diff options
author | khronosschoty <khronosschoty@posteo.org> | 2022-03-03 21:10:09 -0800 |
---|---|---|
committer | khronosschoty <khronosschoty@posteo.org> | 2022-03-03 21:10:09 -0800 |
commit | fb8cd6be736604502f0f9b207b95e729a28e8040 (patch) | |
tree | c81dc690079da09c8241a50dfca2c1adccbe6f17 /doinst.sh | |
download | palemoon-dev.SlackBuild-fb8cd6be736604502f0f9b207b95e729a28e8040.tar.gz |
palemoon-dev.SlackBuild: build script for fetching and building unstable branding git snapshots of Pale Moon *added*
Diffstat (limited to 'doinst.sh')
-rw-r--r-- | doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doinst.sh b/doinst.sh new file mode 100644 index 0000000..afea6d7 --- /dev/null +++ b/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database 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 |