diff options
author | 2020-02-15 17:50:19 +0100 | |
---|---|---|
committer | 2020-02-15 17:50:19 +0100 | |
commit | d54fbdec265cf449cdb4910268b2d242e4f1f997 (patch) | |
tree | 2d701d0ea243ac94276620c171c98ca63b3b0e3c /deps/qt5/doinst.sh | |
parent | a850a9990982e8fba1b5f008c18b9567d767e6e7 (diff) | |
download | ktown-d54fbdec265cf449cdb4910268b2d242e4f1f997.tar.gz ktown-d54fbdec265cf449cdb4910268b2d242e4f1f997.tar.xz |
Remove deps that are now part of Slackware
OpenAL got added to Slackware as 'openal-soft';
SDL_sound is now part of the Slackware 'sdl' package;
libxkbcommon and qt5 were added to Slackware in the 'L' series.
Diffstat (limited to 'deps/qt5/doinst.sh')
-rw-r--r-- | deps/qt5/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/qt5/doinst.sh b/deps/qt5/doinst.sh deleted file mode 100644 index 3e5691a..0000000 --- a/deps/qt5/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 usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |