X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fpostrm;fp=debian%2Fpostrm;h=38bb1a84de5c08ca23d54da93c106e57671f036a;hp=0000000000000000000000000000000000000000;hb=83408f346e63daa1db627cab8a33002290ac424f;hpb=fc76b6354c5b9b9b9f3fac01b831887c5b603504 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