debian/cubicweb-ctl.postrm
author Christophe de Vienne <christophe@unlish.com>
Fri, 17 Jul 2015 16:48:43 +0200
changeset 10552 0e7fab504305
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Copy read permissions on ComputedRelation rdefs Closes #5694110

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