diff options
author | Lockywolf <for_sbo.TextSnatcher_2023-05-11@lockywolf.net> | 2023-05-26 19:40:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:52 +0700 |
commit | 7d6eaf6b393430b36d4e07007f7b2034455ade3c (patch) | |
tree | 0c4c2e8fb70f3c14513d3a4a3df4c2705f40fedf /desktop/TextSnatcher/doinst.sh | |
parent | 03744cb093088ed59ef9a99872d763212e0ac1ad (diff) |
desktop/TextSnatcher: Added (tool to ORC screenshots to clipboard)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/TextSnatcher/doinst.sh')
-rw-r--r-- | desktop/TextSnatcher/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/TextSnatcher/doinst.sh b/desktop/TextSnatcher/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/desktop/TextSnatcher/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 |