diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-02 16:07:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:43 +0700 |
commit | 8825b64bb78b4b0ca1ede23aa91420e32c6511fd (patch) | |
tree | 2344893db4622ff61a21e9e4aafdad163305a0d6 /network/rekonq/doinst.sh | |
parent | 36c307b63ef60953600304212c2ccff71a83de09 (diff) |
network/rekonq: Removed (KDE4 app).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rekonq/doinst.sh')
-rw-r--r-- | network/rekonq/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/rekonq/doinst.sh b/network/rekonq/doinst.sh deleted file mode 100644 index 65c7e2eeb9aa5..0000000000000 --- a/network/rekonq/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 |