From 42dd732e37144da73fa78a04f92f1d69985e60fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 11 Mar 2016 00:46:56 +0100 Subject: changes at d/copyright; new d/gcstar.postrm --- debian/gcstar.postrm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/gcstar.postrm (limited to 'debian/gcstar.postrm') diff --git a/debian/gcstar.postrm b/debian/gcstar.postrm new file mode 100644 index 0000000..7f453db --- /dev/null +++ b/debian/gcstar.postrm @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e +# +# set -e are disabled because pathfind update-inetd +# gives an piuparts error. +# + +if [ "$1" = purge ] ; then +# +# purge files +# + rm -f /usr/share/mime/application/x-gcstar.xml +fi + +#DEBHELPER# + +exit 0 \ No newline at end of file -- cgit v1.2.3