debian/cubicweb-ctl.postrm
author sylvain.thenault@logilab.fr
Thu, 23 Apr 2009 17:21:39 +0200
branchtls-sprint
changeset 1452 546b9884d92c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
delete spaces, use .row .col instead of fixed 0 0

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