diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:23:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:23:57 (GMT) |
commit | c9c7d42b1b791d4056b4fc9b4b649e14983bb0db (patch) | |
tree | 71aac8915c05421341e13c256ff8b0f93e5ad4a0 /abs/core/qt/qt.install | |
parent | 65be01bf377eb5aaf0164940661b6a88735661c6 (diff) | |
download | linhes_pkgbuild-c9c7d42b1b791d4056b4fc9b4b649e14983bb0db.zip linhes_pkgbuild-c9c7d42b1b791d4056b4fc9b4b649e14983bb0db.tar.gz linhes_pkgbuild-c9c7d42b1b791d4056b4fc9b4b649e14983bb0db.tar.bz2 |
qt 4.8.2
Diffstat (limited to 'abs/core/qt/qt.install')
-rw-r--r-- | abs/core/qt/qt.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/qt/qt.install b/abs/core/qt/qt.install index 81ce5c4..5495fb1 100644 --- a/abs/core/qt/qt.install +++ b/abs/core/qt/qt.install @@ -1,12 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } |