diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-07-03 05:49:44 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:57:59 -0500 |
commit | 73732212860fcc2b4ef0c94e1d62780673c37690 (patch) | |
tree | 20dc04d59b614531e18d77082aae988b10d2ce97 /graphics/scantailor/doinst.sh | |
parent | 87761d70267a42b532e52b2beb5354cb13ef2990 (diff) |
graphics/scantailor: Removed (incompatible with qt5-5.15.x).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/scantailor/doinst.sh')
-rw-r--r-- | graphics/scantailor/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/scantailor/doinst.sh b/graphics/scantailor/doinst.sh deleted file mode 100644 index 65c7e2eeb9..0000000000 --- a/graphics/scantailor/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 |