summaryrefslogtreecommitdiff
path: root/libre/abiword/abiword.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 18:28:02 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 18:28:02 -0300
commit3d8c47975ad9e1cbca544af2410e66c5b63f6edf (patch)
tree591ce46cce35ff32e084fac08aa6a9d7563b42d2 /libre/abiword/abiword.install
parent83dab052f6036ac407ba1b9f123aae4abc2c29a2 (diff)
abiword: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/abiword/abiword.install')
-rw-r--r--libre/abiword/abiword.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/abiword/abiword.install b/libre/abiword/abiword.install
new file mode 100644
index 000000000..cc4abc0b6
--- /dev/null
+++ b/libre/abiword/abiword.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}