debian/cubicweb-ctl.postrm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 23 Apr 2010 17:01:45 +0200
branchstable
changeset 5399 03c641ae00a6
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[cw-shell] Write ignored scripts warning on stderr instead of stdout.

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