debian/cubicweb-ctl.postrm
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Mon, 30 Mar 2009 09:32:16 +0200 (2009-03-30)
changeset 1190 15fc369bc3ca
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
add 'disabled' in html_attributes for YesNoRadioWidget
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0