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