[arch-commits] Commit in kcm-touchpad-frameworks/trunk (1 file)
Antonio Rojas
arojas at archlinux.org
Fri Feb 6 08:35:43 UTC 2015
Date: Friday, February 6, 2015 @ 09:35:43
Author: arojas
Revision: 127179
Add install file
Added:
kcm-touchpad-frameworks/trunk/kcm-touchpad-frameworks.install
---------------------------------+
kcm-touchpad-frameworks.install | 11 +++++++++++
1 file changed, 11 insertions(+)
Added: kcm-touchpad-frameworks.install
===================================================================
--- kcm-touchpad-frameworks.install (rev 0)
+++ kcm-touchpad-frameworks.install 2015-02-06 08:35:43 UTC (rev 127179)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list