diff options
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..cc4abc0b6 --- /dev/null +++ b/libre/abiword-libre/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 +} |