diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-24 23:48:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-24 23:48:54 -0300 |
commit | 6b4c4fc91183552d0035d0de668ad53c97c47f00 (patch) | |
tree | c6c60abd86e4662a0dcf7a0b2285844250233b39 /libre/kdebase-runtime-libre/kdebase-runtime.install | |
parent | 03fa85cd23177537cafe4d714d953ce7a464c119 (diff) | |
download | abslibre-6b4c4fc91183552d0035d0de668ad53c97c47f00.tar.gz abslibre-6b4c4fc91183552d0035d0de668ad53c97c47f00.tar.bz2 abslibre-6b4c4fc91183552d0035d0de668ad53c97c47f00.zip |
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.install | 13 |
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 +} |