summarylogtreecommitdiffstats
path: root/abiword-gtk2.install
diff options
context:
space:
mode:
Diffstat (limited to 'abiword-gtk2.install')
-rw-r--r--abiword-gtk2.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/abiword-gtk2.install b/abiword-gtk2.install
deleted file mode 100644
index cc4abc0b6ba5..000000000000
--- a/abiword-gtk2.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}