debian: remove call to "init-script update" in postinst (#46595)

The same operations are now done by the automatic call to "restart" by
the default Debian scripts.
This commit is contained in:
Benjamin Dauvergne 2020-09-11 17:03:21 +02:00
parent 13af5855b9
commit e0d12a5bcb
2 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@ case "$1" in
chown $AUTHENTIC_USER:$AUTHENTIC_GROUP $AUTHENTIC_HOME/tenants \
/var/lib/$NAME/collectstatic \
/var/log/$NAME
/etc/init.d/$NAME update
;;
triggered)
su -s /bin/sh -c "$MANAGE_SCRIPT hobo_deploy --redeploy" $AUTHENTIC_USER

View File

@ -99,8 +99,6 @@ case "$1" in
$AUTHENTIC_HOME/media \
$AUTHENTIC_HOME/templates \
/var/log/$NAME \
/etc/init.d/$NAME update
;;
reconfigure|abort-upgrade|abort-remove|abort-deconfigure)