X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=585579a30bef5565e02dde4fec7c0cd48992030f;hb=fe95fb2f99b2c35aec74130ad1040e8dbb728a70;hp=0000000000000000000000000000000000000000;hpb=ebcc0d962aa4a7c960c089ec90e5d3c09a932d71;p=grml-tips.git diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..585579a --- /dev/null +++ b/debian/postinst @@ -0,0 +1,15 @@ +#!/bin/sh -e + +if [ -x /usr/bin/grml-tips-tags ] +then + echo -n "Generating grml-tips tag database: " + if grml-tips-tags + then + echo "Ok" + else + echo "Failed" + fi +fi + + #DEBHELPER# + exit 0