debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Oct 2011 14:17:52 +0200
branchstable
changeset 7969 d43569aaf5d6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499 those particular ones may miss information that we may found in another select or solution

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