debian/cubicweb-ctl.postrm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 09 Sep 2009 16:11:07 +0200
branchstable
changeset 3142 5c07c3b2b332
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[javascript ie6] make "strptime" function work in ie6

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