debian/cubicweb-ctl.postrm
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 10 Feb 2012 10:06:19 +0100
branchstable
changeset 8205 14c52c5ee706
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[entities system table] change asource and source column size (closes #1951819)

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