debian/cubicweb-ctl.postrm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 08 Feb 2010 13:42:22 +0100
branchstable
changeset 4503 f2b592b1d34c
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
add a note about modifying read only attribute cf. syt's commit message in 81021d62138f

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