mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Add cleanup of /etc/sudoers.d/emby in preinst
This commit is contained in:
parent
0bffe19e37
commit
dcf1468eac
1 changed files with 4 additions and 0 deletions
4
debian/preinst
vendored
4
debian/preinst
vendored
|
@ -53,6 +53,10 @@ case "$1" in
|
|||
[[ -f $PIDFILE ]] && rm $PIDFILE
|
||||
fi
|
||||
fi
|
||||
|
||||
# Clean up old Emby cruft that can break the user's system
|
||||
test -f /etc/sudoers.d/emby && rm -f /etc/sudoers.d/emby
|
||||
|
||||
;;
|
||||
abort-upgrade)
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue