debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 13 Mar 2012 14:20:28 +0100
branchstable
changeset 8302 7965f1e9f399
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[debian] add a watch file Allows tools like uscan to find the tarball for new debian revisions.

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