From c6faf6b8a2f8db0b3308a136352dfc2f5678bf0e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 01:16:44 -0300 Subject: hplip: remove libre suffix and add complex pkgrel --- libre/hplip/hplip.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libre/hplip/hplip.install (limited to 'libre/hplip/hplip.install') diff --git a/libre/hplip/hplip.install b/libre/hplip/hplip.install new file mode 100644 index 000000000..74532cde3 --- /dev/null +++ b/libre/hplip/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