summaryrefslogtreecommitdiff
path: root/testing/xsane/xsane.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xsane/xsane.install')
-rw-r--r--testing/xsane/xsane.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/xsane/xsane.install b/testing/xsane/xsane.install
deleted file mode 100644
index aa3e3b8f8..000000000
--- a/testing/xsane/xsane.install
+++ /dev/null
@@ -1,16 +0,0 @@
-# arg 1: the new package version
-# arg 2: the old package version
-
-post_install() {
- echo "NOTE:"
- echo " If you experience any problems after installing xsane "
- echo " it may help to remove the setup and preferences files"
- echo " of xsane:"
- echo ""
- echo " \$ rm -rf ~/.sane/xsane"
- echo ""
-}
-
-post_upgrade() {
- post_install $1
-}