debian/cubicweb-ctl.postrm
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Nov 2016 17:07:43 +0100
branchstable
changeset 11842 996cb45ee0c0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Closing "stable" branch We now release-based branch naming.

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