debian/cubicweb-ctl.postrm
author syt@www.fleurdetomate.fr
Fri, 22 Jan 2010 10:30:11 +0100
changeset 4325 16642cc7d497
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
oops, missing return

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