diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-02 15:23:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-02 15:23:40 -0300 |
commit | 1d7c93971ec01f370c595b89ece78a9adc142f05 (patch) | |
tree | f5a652af5e813d741e55baa25d17cc777c6a38f8 /libre/abiword-libre/abiword.install | |
parent | 8ce4d267861b903bf1d3c67b1a7edaff1d09456f (diff) |
libre/abiword-libre
Diffstat (limited to 'libre/abiword-libre/abiword.install')
-rw-r--r-- | libre/abiword-libre/abiword.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/abiword-libre/abiword.install b/libre/abiword-libre/abiword.install new file mode 100644 index 000000000..efb1b1216 --- /dev/null +++ b/libre/abiword-libre/abiword.install @@ -0,0 +1,12 @@ + +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |