diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-05-21 20:13:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:24 +0700 |
commit | 4d8a45b62d50f28a10488e650cb385b61b45a51f (patch) | |
tree | 5a77960d2c020b61952151208c0f1a629449ac22 /network/palemoon/doinst.sh | |
parent | 8fc6e428cf81d5165943ee9756762f22d37efcea (diff) |
network/palemoon: Removed (please use palemoon-bin).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/palemoon/doinst.sh')
-rw-r--r-- | network/palemoon/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/palemoon/doinst.sh b/network/palemoon/doinst.sh deleted file mode 100644 index 65c7e2eeb9aa5..0000000000000 --- a/network/palemoon/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -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 |