diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:53:51 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:51 +0200 |
commit | 810d64098b6df4174acb8564c7cb13fad0ac572e (patch) | |
tree | f4aecb1a3a084fdcee29c5fde215b8d8f3ee3901 /graphics/hugin/doinst.sh | |
parent | c7f1fe44c4f01984d77979f45a5213afa7224450 (diff) |
graphics/hugin: Added to 12.1 repository
Diffstat (limited to 'graphics/hugin/doinst.sh')
-rw-r--r-- | graphics/hugin/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/hugin/doinst.sh b/graphics/hugin/doinst.sh new file mode 100644 index 000000000000..3857649f506a --- /dev/null +++ b/graphics/hugin/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null +fi |