debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 22 Feb 2010 18:22:54 +0100
branchstable
changeset 4650 965395d821bc
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
typo: capitalize migration confirmation messages

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0