summaryrefslogtreecommitdiff
path: root/testing/kdeedu/kdeedu.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 21:51:20 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 21:51:20 -0300
commitf0a7e44c0037beb1c6cf1c2e25d8de1a9e9393c8 (patch)
tree6dda6d4856970e43904fc1e89cbeeb7157ea9ade /testing/kdeedu/kdeedu.install
parent78538de96d5d6d9516ae18b68d4c62654eea5278 (diff)
parent6ca29e0c62691c1f3120dda0f6b59dbb86cc9295 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cppcheck/PKGBUILD
Diffstat (limited to 'testing/kdeedu/kdeedu.install')
-rw-r--r--testing/kdeedu/kdeedu.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/kdeedu/kdeedu.install b/testing/kdeedu/kdeedu.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/testing/kdeedu/kdeedu.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}