summaryrefslogtreecommitdiff
path: root/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-26 11:56:56 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-26 11:56:56 +0100
commit0fc7a60c47b41bf54d1f1429fddb6baddb80007c (patch)
tree77f6cc6477ba82a940d83258ffc98e2f26e40284 /kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install
parent47ed35d319764a0de3a242524e037319bd1a52bd (diff)
parent6a642c093f29814cdd0fdefeee3ab9400eae490f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/ncdu/PKGBUILD extra/gcin/PKGBUILD extra/maxima/PKGBUILD extra/sbcl/PKGBUILD kde-unstable/calligra/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD
Diffstat (limited to 'kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install')
-rw-r--r--kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install b/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.install
new file mode 100644
index 000000000..81ce5c4b0
--- /dev/null
+++ b/kde-unstable/kdegraphics-ksnapshot/kdegraphics-ksnapshot.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
+}