summaryrefslogtreecommitdiff
path: root/staging/kdeedu-kgeography/kdeedu-kgeography.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-01 11:35:39 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-01 11:35:39 -0300
commit1192f92b3117f045d8a6e01bdc18a71d4ce7e980 (patch)
treef142ada32802fc41be79d63118bbfd3f692c3485 /staging/kdeedu-kgeography/kdeedu-kgeography.install
parenta3eb7624c72208c02fb4778c487ac9458436cca0 (diff)
parent560562e36a27da267f2f4f7989806790192888ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dictd/PKGBUILD community/libmaa/PKGBUILD core/gcc/PKGBUILD core/glibc/PKGBUILD extra/libatasmart/PKGBUILD extra/llvm/PKGBUILD extra/pidgin/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/gcc-multilib/gcc_pure64.patch multilib/lib32-glibc/PKGBUILD multilib/lib32-glibc/glibc-2.14-libdl-crash.patch multilib/lib32-glibc/lib32-glibc.conf multilib/lib32-pcre/PKGBUILD multilib/libtool-multilib/PKGBUILD
Diffstat (limited to 'staging/kdeedu-kgeography/kdeedu-kgeography.install')
-rw-r--r--staging/kdeedu-kgeography/kdeedu-kgeography.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/staging/kdeedu-kgeography/kdeedu-kgeography.install b/staging/kdeedu-kgeography/kdeedu-kgeography.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/staging/kdeedu-kgeography/kdeedu-kgeography.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}