diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-05-12 17:43:19 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:43:19 +0200 |
commit | 0ab511c521a61566da9a97eef1feb68fb43a53ab (patch) | |
tree | ca1bbfc7227c5b520e732b478f4c75eb84a440af /network/flock/doinst.sh | |
parent | 0aaf62694c7d00c52aea770f4790ccc393b05083 (diff) | |
download | slackbuilds-0ab511c521a61566da9a97eef1feb68fb43a53ab.tar.gz |
network/flock: Updated for version 2.5
Diffstat (limited to 'network/flock/doinst.sh')
-rw-r--r-- | network/flock/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/flock/doinst.sh b/network/flock/doinst.sh new file mode 100644 index 0000000000..65fd352418 --- /dev/null +++ b/network/flock/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |