-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename package to universal-mkvtoolnix
- Loading branch information
Showing
9 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
sabnzbd-mkvtoolnix/root/etc/s6-overlay/s6-rc.d/init-mod-sabnzbd-mkvtoolnix-install/run
This file was deleted.
Oops, something went wrong.
Empty file.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...rsal-mkvtoolnix/root/etc/s6-overlay/s6-rc.d/init-mod-universal-mkvtoolnix-add-package/run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/with-contenv bash | ||
|
||
if ! command -v mkvtoolnix; then | ||
echo "**** Adding mkvtoolnix to package install list ****" | ||
echo "mkvtoolnix" >> /mod-repo-packages-to-install.list | ||
else | ||
echo "**** mkvtoolnix already installed, skipping ****" | ||
fi |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...ersal-mkvtoolnix/root/etc/s6-overlay/s6-rc.d/init-mod-universal-mkvtoolnix-add-package/up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/etc/s6-overlay/s6-rc.d/init-mod-sabnzbd-mkvtoolnix-add-package/run |
File renamed without changes.
File renamed without changes.