From 2ecb70b29a4d14ebc72f8ec5f9026d350277b6de Mon Sep 17 00:00:00 2001 From: Jorginho Date: Wed, 27 Jun 2012 21:02:48 +0200 Subject: update hplip-libre --- libre/hplip-libre/hplip.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libre/hplip-libre/hplip.install (limited to 'libre/hplip-libre/hplip.install') diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install new file mode 100644 index 000000000..74532cde3 --- /dev/null +++ b/libre/hplip-libre/hplip.install @@ -0,0 +1,18 @@ +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 +} -- cgit v1.2.3