Skip to content

Commit

Permalink
Geneate tag db after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
formorer committed Jan 11, 2012
1 parent ebcc0d9 commit fe95fb2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fe95fb2

Please sign in to comment.