summaryrefslogtreecommitdiff
path: root/libre/kdebase-runtime-libre/kdebase-runtime.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-24 23:48:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-24 23:48:54 -0300
commit6b4c4fc91183552d0035d0de668ad53c97c47f00 (patch)
treec6c60abd86e4662a0dcf7a0b2285844250233b39 /libre/kdebase-runtime-libre/kdebase-runtime.install
parent03fa85cd23177537cafe4d714d953ce7a464c119 (diff)
kdebase-runtime-libre: add new package to [libre] repo
Diffstat (limited to 'libre/kdebase-runtime-libre/kdebase-runtime.install')
-rw-r--r--libre/kdebase-runtime-libre/kdebase-runtime.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/kdebase-runtime-libre/kdebase-runtime.install b/libre/kdebase-runtime-libre/kdebase-runtime.install
new file mode 100644
index 000000000..c77e68041
--- /dev/null
+++ b/libre/kdebase-runtime-libre/kdebase-runtime.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}