diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:57:28 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:28 +0200 |
commit | 9459f312ee81c7e29f067400b0b64a64fbab1862 (patch) | |
tree | 02694e6017b4ef7b321d246845ed3b17f77b288f /audio/lingot/doinst.sh | |
parent | 1c9bebcb82f343919e429f7a973ef5ff21c4e345 (diff) |
audio/lingot: Added to 13.0 repository
Diffstat (limited to 'audio/lingot/doinst.sh')
-rw-r--r-- | audio/lingot/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/lingot/doinst.sh b/audio/lingot/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/audio/lingot/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 2>&1 +fi |