diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-12 23:28:20 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:20 +0200 |
commit | 420849783cb4e42338720cb606b77670ccafaedd (patch) | |
tree | 6cc7b82d9095bd90bdf8a59460ac96b2c89c20f8 /desktop/parcellite/doinst.sh | |
parent | 17ce596a7a2683d4d1eed6e71cda712106bf9de3 (diff) | |
download | slackbuilds-420849783cb4e42338720cb606b77670ccafaedd.tar.gz |
desktop/parcellite: Added to 12.2 repository
Diffstat (limited to 'desktop/parcellite/doinst.sh')
-rw-r--r-- | desktop/parcellite/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/parcellite/doinst.sh b/desktop/parcellite/doinst.sh new file mode 100644 index 0000000000..140e332222 --- /dev/null +++ b/desktop/parcellite/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |