Files
makemkv/snap/hooks/post-refresh
Dani Llewellyn 1bd9ec9049 Fix HK download
Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
2021-10-03 15:57:18 +01:00

5 lines
152 B
Bash
Executable File

#!/bin/sh -e
mkdir -p "$SNAP_DATA/usr/share/MakeMKV"
"$SNAP/usr/bin/rsync" -r --delete "$SNAP/usr/share/MakeMKV.dist/" "$SNAP_DATA/usr/share/MakeMKV/"