diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-05-28 19:27:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:18 +0700 |
commit | 6e212a2445deee3caf69add8c068b0e3b0840636 (patch) | |
tree | bc6aba166bdc7908f5a538c8600d1673bccf4052 /desktop/compton-conf/doinst.sh | |
parent | 0870c74e27e871ad2ade830a58707969a4efdb89 (diff) | |
download | slackbuilds-6e212a2445deee3caf69add8c068b0e3b0840636.tar.gz |
desktop/compton-conf: Added (Configuration Tool for Compton).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/compton-conf/doinst.sh')
-rw-r--r-- | desktop/compton-conf/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/compton-conf/doinst.sh b/desktop/compton-conf/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/desktop/compton-conf/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |