summaryrefslogtreecommitdiff
path: root/testing/xfburn/xfburn.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfburn/xfburn.install')
-rw-r--r--testing/xfburn/xfburn.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/xfburn/xfburn.install b/testing/xfburn/xfburn.install
deleted file mode 100644
index 9bbbab888..000000000
--- a/testing/xfburn/xfburn.install
+++ /dev/null
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et: