X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fpostrm;fp=debian%2Fpostrm;h=38bb1a84de5c08ca23d54da93c106e57671f036a;hp=0000000000000000000000000000000000000000;hb=421ba622ec1bf4068fc78b85f8a38cece6355f61;hpb=f5455fb9ff94260714593e3fb2428795240ffd63 diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..38bb1a8 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +#DEBHELPER# + +exit 0