diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 18:28:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 18:28:02 -0300 |
commit | 3d8c47975ad9e1cbca544af2410e66c5b63f6edf (patch) | |
tree | 591ce46cce35ff32e084fac08aa6a9d7563b42d2 /libre/abiword/abiword.install | |
parent | 83dab052f6036ac407ba1b9f123aae4abc2c29a2 (diff) | |
download | abslibre-3d8c47975ad9e1cbca544af2410e66c5b63f6edf.tar.gz abslibre-3d8c47975ad9e1cbca544af2410e66c5b63f6edf.tar.bz2 abslibre-3d8c47975ad9e1cbca544af2410e66c5b63f6edf.zip |
abiword: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/abiword/abiword.install')
-rw-r--r-- | libre/abiword/abiword.install | 12 |
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 +} |