diff options
author | M.Dinslage <daedra1980@gmail.com> | 2022-04-01 05:03:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:59 +0700 |
commit | 9f1da54123fdf4783898aa29a82286af2976a03d (patch) | |
tree | 909ed7a0c9117b90e7687c3c2d9870f7844cf8c7 /system/polychromatic/doinst.sh | |
parent | 77592f81cf46c20ef33003249af7f04a5347a812 (diff) |
system/polychromatic: Added (GUI frontend for openrazer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/polychromatic/doinst.sh')
-rw-r--r-- | system/polychromatic/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/polychromatic/doinst.sh b/system/polychromatic/doinst.sh new file mode 100644 index 0000000000..a993650058 --- /dev/null +++ b/system/polychromatic/doinst.sh @@ -0,0 +1,10 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +# If other icon themes are installed, then add to/modify this as needed +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 |