debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 09 Jul 2009 12:06:14 +0200 (2009-07-09)
branchstable
changeset 2344 22b5ea0679ed
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[formfields] set a reasonable minimal minimum length to input/text, also set the max length if applicable (closes #344538)
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0