summarylogtreecommitdiffstats
path: root/hplip.install
diff options
context:
space:
mode:
Diffstat (limited to 'hplip.install')
-rw-r--r--hplip.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/hplip.install b/hplip.install
deleted file mode 100644
index 74532cde32cb..000000000000
--- a/hplip.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- cat << EOF
-
-NOTE
-----
-# If you want to use this driver with sane:
-# echo "hpaio" >> /etc/sane.d/dll.conf
-
-EOF
-}
-
-post_upgrade() {
- if [ "`vercmp $2 3.12.4-2`" -lt 0 ]; then
- # important upgrade notice
- echo "> Please remove your printer in cups, then add it"
- echo "> back and reconfigure it to make it work again!"
- fi
-}