debian/cubicweb-ctl.postrm
author Arthur Lutz <arthur.lutz@logilab.fr>
Thu, 04 Apr 2019 14:11:40 +0200
branchtls-sprint
changeset 12561 290f44d445a3
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Reclosing branch after merge

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