mirror of
https://github.com/diddlesnaps/makemkv.git
synced 2026-04-18 21:08:35 -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/"
|