debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Apr 2014 10:05:20 +0200
changeset 9751 cf249a0015fa
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[test] Add missing import to fix old yams warning

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