diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-22 23:34:59 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-04-22 23:34:59 +0000 |
commit | fa75b2d6268849a368745d54e659273a6a9eab1e (patch) | |
tree | cfa38ad9a395a1cadc3c135b56eb2896d6aa5b30 /office/rednotebook/doinst.sh | |
parent | 63d01c6535899696e8ef743c9d831d85dab9fc2e (diff) |
office/rednotebook: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'office/rednotebook/doinst.sh')
-rw-r--r-- | office/rednotebook/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/office/rednotebook/doinst.sh b/office/rednotebook/doinst.sh deleted file mode 100644 index 4a25de5e6fbd1..0000000000000 --- a/office/rednotebook/doinst.sh +++ /dev/null @@ -1,10 +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 - |