debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 17 Sep 2010 16:54:56 +0200
branchstable
changeset 6282 556b1b1a2c5a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[reledit] new rtag entry to control apparition of relation label in default value

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