You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/debian/ngcp-sems.preinst

14 lines
237 B

#!/bin/sh
set -e
if [ -x "/etc/init.d/sems" ]; then
update-rc.d sems remove >/dev/null
fi
dpkg-maintscript-helper rm_conffile /etc/default/sems -- "$@"
dpkg-maintscript-helper rm_conffile /etc/init.d/sems -- "$@"
#DEBHELPER#
exit 0