From 1d7c93971ec01f370c595b89ece78a9adc142f05 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 2 Apr 2012 15:23:40 -0300 Subject: libre/abiword-libre --- libre/abiword-libre/abiword.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/abiword-libre/abiword.install (limited to 'libre/abiword-libre/abiword.install') 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 +} -- cgit v1.2.3-54-g00ecf