diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-20 06:46:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-20 06:48:03 +0700 |
commit | e207c07c92025141ddcee1135e49b79c670b08dc (patch) | |
tree | c219dc0b25bb9aac59bcb0363eed999400b10844 /development/qt-creator3/doinst.sh | |
parent | fbe1ca27a6c14ae787a8f1fa8a8db4a5e55f5572 (diff) |
development/qt-creator3: Removed.
Use qt-creator instead which is newer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qt-creator3/doinst.sh')
-rw-r--r-- | development/qt-creator3/doinst.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/development/qt-creator3/doinst.sh b/development/qt-creator3/doinst.sh deleted file mode 100644 index 9424ce43ff572..0000000000000 --- a/development/qt-creator3/doinst.sh +++ /dev/null @@ -1,13 +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 [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/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 |