summaryrefslogtreecommitdiff
path: root/libre/kdepim-libre/kdepim-akregator.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 14:58:39 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 14:58:39 -0200
commit754b8dd42cb7509d5b87abad656bdcc19f046c6b (patch)
treea86c71fc8f844665f270233fe776573aa35a210e /libre/kdepim-libre/kdepim-akregator.install
parent5cf227ac1a14ccb1e01e5f6478cf99b5b5efdd88 (diff)
downloadabslibre-754b8dd42cb7509d5b87abad656bdcc19f046c6b.tar.gz
abslibre-754b8dd42cb7509d5b87abad656bdcc19f046c6b.tar.bz2
abslibre-754b8dd42cb7509d5b87abad656bdcc19f046c6b.zip
kdepim-libre-4.10.0-1: updating version
Diffstat (limited to 'libre/kdepim-libre/kdepim-akregator.install')
-rw-r--r--libre/kdepim-libre/kdepim-akregator.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/kdepim-libre/kdepim-akregator.install b/libre/kdepim-libre/kdepim-akregator.install
new file mode 100644
index 000000000..5787df72f
--- /dev/null
+++ b/libre/kdepim-libre/kdepim-akregator.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
+}