diff options
Diffstat (limited to 'libre/abiword-libre')
-rw-r--r-- | libre/abiword-libre/abiword.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/abiword-libre/abiword.install b/libre/abiword-libre/abiword.install deleted file mode 100644 index efb1b1216..000000000 --- a/libre/abiword-libre/abiword.install +++ /dev/null @@ -1,12 +0,0 @@ - -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |