diff options
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 +} |