Files
smokeping_2.9.0/debian/.debhelper/generated/smokeping/postrm.service
2025-11-07 11:31:06 +00:00

9 lines
298 B
Desktop File

# Automatically added by dh_installinit/13.24.2
if [ "$1" = "remove" ] && [ -x "/etc/init.d/smokeping" ] ; then
chmod -x "/etc/init.d/smokeping" >/dev/null || true
fi
if [ -z "$DPKG_ROOT" ] && [ "$1" = "purge" ] ; then
update-rc.d smokeping remove >/dev/null
fi
# End automatically added section