diff options
author | Roman Revyakin <rrevyakin@aconex.com> | 2010-05-13 01:01:01 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:01:01 +0200 |
commit | b00e3b5c0617c687b4ddb17eb501a2edcd7b2221 (patch) | |
tree | b1b2a38c98083daba772db490bef063687494e47 /system/pcp-gui/doinst.sh | |
parent | 5f1f9ed0d2edad093b3afe4e5d1a69e6a3675674 (diff) | |
download | slackbuilds-b00e3b5c0617c687b4ddb17eb501a2edcd7b2221.tar.gz |
system/pcp-gui: Added to 13.0 repository
Diffstat (limited to 'system/pcp-gui/doinst.sh')
-rw-r--r-- | system/pcp-gui/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/pcp-gui/doinst.sh b/system/pcp-gui/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/pcp-gui/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |