diff options
author | Ben <bosth@alumni.sfu.ca> | 2010-05-12 23:29:43 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:43 +0200 |
commit | 8a59f1f82b6abcc519fb2ad0f6b337f0351cafa0 (patch) | |
tree | 7ea6860e9c9eb8bc317d2395bd3e1d31efd68836 /graphics/kphotoalbum/doinst.sh | |
parent | d7a144701089091b8cf3130cc922e9bc5d80e24e (diff) | |
download | slackbuilds-8a59f1f82b6abcc519fb2ad0f6b337f0351cafa0.tar.gz |
graphics/kphotoalbum: Added to 12.2 repository
Diffstat (limited to 'graphics/kphotoalbum/doinst.sh')
-rw-r--r-- | graphics/kphotoalbum/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/kphotoalbum/doinst.sh b/graphics/kphotoalbum/doinst.sh new file mode 100644 index 0000000000..854e20633d --- /dev/null +++ b/graphics/kphotoalbum/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database -q usr/share/applications +fi |