DEB tdebase: Remove unwanted #DEBHELPER# from TDM prerm script

With systemd this will cause undesired restart of TDM during the upgrade

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eb70797e15)
pull/92/head
Slávek Banko 6 years ago
parent c31ac67bfb
commit 28573c53cc

@ -184,6 +184,4 @@ if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
fi
fi
#DEBHELPER#
exit 0

@ -184,6 +184,4 @@ if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
fi
fi
#DEBHELPER#
exit 0

Loading…
Cancel
Save