summaryrefslogtreecommitdiff
path: root/libre/hplip-libre/hplip.install
diff options
context:
space:
mode:
authorJorginho <jorginho@adinet.com.uy>2012-06-27 21:02:01 +0200
committerJorginho <jorginho@adinet.com.uy>2012-06-27 21:02:01 +0200
commit64514c447bad5bbafd83d577d8d3ac0e0ce18493 (patch)
tree403546bab4b21241e0c9f2373f59f7e466023e72 /libre/hplip-libre/hplip.install
parentd5114f0ff6761703548ea2ed49816bb1dfb17095 (diff)
downloadabslibre-64514c447bad5bbafd83d577d8d3ac0e0ce18493.tar.gz
abslibre-64514c447bad5bbafd83d577d8d3ac0e0ce18493.tar.bz2
abslibre-64514c447bad5bbafd83d577d8d3ac0e0ce18493.zip
delete hplip-libre (old version)
Diffstat (limited to 'libre/hplip-libre/hplip.install')
-rw-r--r--libre/hplip-libre/hplip.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install
deleted file mode 100644
index 74532cde3..000000000
--- a/libre/hplip-libre/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
-}