debian/cubicweb-ctl.postrm
author Florent <florent@secondweb.fr>
Fri, 29 May 2009 13:34:06 +0200
changeset 2001 c6bb482f40c6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
fix import

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