mirror of
https://github.com/diddlesnaps/makemkv.git
synced 2026-06-10 23:17:20 -04:00
5 lines
152 B
Bash
Executable File
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/"
|