diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:31:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:31:47 +0200 |
commit | 2263fd4df9643f05b63ad8e1076c3363777930b2 (patch) | |
tree | 895899130b0592da195211b377b39011a26a56de /multimedia/grip/doinst.sh | |
parent | d566c1777a046e2e9015b2e82c112da0d74ae49e (diff) | |
download | slackbuilds-2263fd4df9643f05b63ad8e1076c3363777930b2.tar.gz |
multimedia/grip: Added to 12.2 repository
Diffstat (limited to 'multimedia/grip/doinst.sh')
-rw-r--r-- | multimedia/grip/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/grip/doinst.sh b/multimedia/grip/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/multimedia/grip/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 |