summaryrefslogtreecommitdiff
path: root/staging/xsane/xsane.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/xsane/xsane.install')
-rw-r--r--staging/xsane/xsane.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/staging/xsane/xsane.install b/staging/xsane/xsane.install
new file mode 100644
index 000000000..aa3e3b8f8
--- /dev/null
+++ b/staging/xsane/xsane.install
@@ -0,0 +1,16 @@
+# 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
+}