diff options
author | Martin Lefebvre <dadexter@slackadelic.com> | 2010-05-11 15:01:37 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:01:37 +0200 |
commit | 7d81370b4d67036e1696db79a2ee9b8b28295e5f (patch) | |
tree | 6df9bb61bd002d3ddd84d21b2bde79f5bf874b61 /network/sylpheed/doinst.sh | |
parent | 85b5e6b5712c36aaa65b0f4f669c32386704bf3e (diff) | |
download | slackbuilds-7d81370b4d67036e1696db79a2ee9b8b28295e5f.tar.gz |
network/sylpheed: Initial import
Diffstat (limited to 'network/sylpheed/doinst.sh')
-rw-r--r-- | network/sylpheed/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/sylpheed/doinst.sh b/network/sylpheed/doinst.sh new file mode 100644 index 0000000000..382269a754 --- /dev/null +++ b/network/sylpheed/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1 +fi + |