diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-20 01:41:24 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-20 01:41:24 (GMT) |
commit | 8daa636a59a942f62c80f650ff60cacca81f1daa (patch) | |
tree | aed53578a9cf34538eeca0afa7b4c8204309fabb /abs/core/qt5/qt5-tools.install | |
parent | 428e2dc7edc26c053a1aa4f0f378cb9722535356 (diff) | |
download | linhes_pkgbuild-8daa636a59a942f62c80f650ff60cacca81f1daa.zip linhes_pkgbuild-8daa636a59a942f62c80f650ff60cacca81f1daa.tar.gz linhes_pkgbuild-8daa636a59a942f62c80f650ff60cacca81f1daa.tar.bz2 |
qt5: initial inclusion
Diffstat (limited to 'abs/core/qt5/qt5-tools.install')
-rw-r--r-- | abs/core/qt5/qt5-tools.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/qt5/qt5-tools.install b/abs/core/qt5/qt5-tools.install new file mode 100644 index 0000000..5495fb1 --- /dev/null +++ b/abs/core/qt5/qt5-tools.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |