debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 17 Dec 2013 14:50:29 +0100
changeset 9365 71c12e778162
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[yams] follow yams 0.39 api change introduced by ad95fd2c46de (package attribute on etype/rtype/rdef)

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