summaryrefslogtreecommitdiff
path: root/kde-unstable/kdegames-kpatience/kdegames-kpatience.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
committerroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
commit38ea2e71952c00f18230ed0e691532aadff4e2c1 (patch)
treebc1c7cfd697773062d53a0a23b35afdb0fc775c2 /kde-unstable/kdegames-kpatience/kdegames-kpatience.install
parentf48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (diff)
Thu Nov 22 02:27:52 PST 2012
Diffstat (limited to 'kde-unstable/kdegames-kpatience/kdegames-kpatience.install')
-rw-r--r--kde-unstable/kdegames-kpatience/kdegames-kpatience.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-unstable/kdegames-kpatience/kdegames-kpatience.install b/kde-unstable/kdegames-kpatience/kdegames-kpatience.install
new file mode 100644
index 000000000..279b8f38d
--- /dev/null
+++ b/kde-unstable/kdegames-kpatience/kdegames-kpatience.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}