diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2023-01-19 10:32:11 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2023-01-19 10:32:11 +0100 |
| commit | 6292e0127da0089d7a94ac7a164d3f8dc3952c6c (patch) | |
| tree | 716da4b225cec6702cdd1a78655d48ab496a584d /debian/postinst | |
| parent | d57dcf22452db4990aa2cdece3eb798ba98b8330 (diff) | |
Remove restart.sh from packaging
Diffstat (limited to 'debian/postinst')
| -rw-r--r-- | debian/postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index a15442c76e..947959aa7a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -59,8 +59,6 @@ case "$1" in chgrp adm $PROGRAMDATA $CONFIGDATA $LOGDATA $CACHEDATA chmod 0750 $PROGRAMDATA $CONFIGDATA $LOGDATA $CACHEDATA - chmod +x /usr/lib/jellyfin/restart.sh > /dev/null 2>&1 || true - # Install jellyfin symlink into /usr/bin ln -sf /usr/lib/jellyfin/bin/jellyfin /usr/bin/jellyfin |
