All Downloads are FREE. Search and download functionalities are using the official Maven repository.

deb.control.postrm Maven / Gradle / Ivy

There is a newer version: 272
Show newest version
#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
        update-rc.d [[name]] remove >/dev/null
fi

if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
        db_purge
fi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy