debian/cubicweb-ctl.postrm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 12 Mar 2010 15:53:31 +0100
branchstable
changeset 4898 5dec0d400d08
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Add a rssitem_id attribut to RSSView to easly choose the view used for items.

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