debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Jan 2011 13:07:10 +0100
branchstable
changeset 6873 2db631a3f205
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)

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