debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 12:43:39 +0200
changeset 5935 348cf2a14cc1
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[forms] we need a wrapping list to avoid bug caused by flatening done by $.map. Closes #1164908

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