summaryrefslogtreecommitdiff
path: root/libre/abiword-libre/abiword-libre.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-04-02 15:55:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-04-02 15:55:58 -0400
commite2b3eb7b06bc404996eb9939019b6dc40c6366c9 (patch)
treea43c516fd46f83b22a0b589315c667c2f66f2e4d /libre/abiword-libre/abiword-libre.install
parent10e17e91402986c0e1cab262cbc6cafb001670bb (diff)
parent90b63d9a674c137a9da0479f54ec6f05b58218cb (diff)
downloadabslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.gz
abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.bz2
abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/abiword-libre/abiword-libre.install')
-rw-r--r--libre/abiword-libre/abiword-libre.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/abiword-libre/abiword-libre.install b/libre/abiword-libre/abiword-libre.install
new file mode 100644
index 000000000..2eaa60550
--- /dev/null
+++ b/libre/abiword-libre/abiword-libre.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}