diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-11-07 19:50:40 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:53:45 -0500 |
commit | 903380506c92f056da5230a1277667a9645db7f0 (patch) | |
tree | 49564418a5f980c58938618b19cd47e3304f149f /desktop/picom/doinst.sh | |
parent | b59d15037c712859aba94e40be28171780e3b1d0 (diff) |
desktop/picom: Added (fork of compton).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/picom/doinst.sh')
-rw-r--r-- | desktop/picom/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/picom/doinst.sh b/desktop/picom/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/desktop/picom/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |