diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-04-23 04:19:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:12 +0700 |
commit | 4ca9eab3f867e868778a7d027d890c0a47350a45 (patch) | |
tree | 8734fb1ff597c1586c3f4f8dde32b6a308af2bf8 /desktop/foot/doinst.sh | |
parent | dcce236eccf4347c7446c56b4351ddde18dc3557 (diff) |
desktop/foot: Added (native wayland terminal emulator)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/foot/doinst.sh')
-rw-r--r-- | desktop/foot/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/foot/doinst.sh b/desktop/foot/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/desktop/foot/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 |