X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3:/debian/prerm..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/debian/static/git-favicon.png diff --git a/debian/prerm b/debian/prerm deleted file mode 100755 index 8cd992c..0000000 --- a/debian/prerm +++ /dev/null @@ -1,40 +0,0 @@ -#! /bin/sh -#---------------------------------------------------------------- -# Simple `.prerm' script for zope-* packages. -# First coded by Luca - De Whiskey's - De Vitis -#---------------------------------------------------------------- - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ - -# I simply replaced the PACKAGE variable with the subscript -dpkg --listfiles $(basename $0 .prerm) | - awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | - xargs rm -f >&2 - -case "$1" in - remove|upgrade|deconfigure) - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0