diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-16 13:56:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-16 15:03:41 -0300 |
commit | d210e5b3d97a548cd5842c37c6a750fc441e9e47 (patch) | |
tree | bfa0bc925efcc2a28b2d26bb0ed157debcb4104e /libre/hplip/hplip.install | |
parent | 9af32ede5ef44b868c3939e4d24da0e2d63cf7d8 (diff) | |
download | abslibre-d210e5b3d97a548cd5842c37c6a750fc441e9e47.tar.gz abslibre-d210e5b3d97a548cd5842c37c6a750fc441e9e47.tar.bz2 abslibre-d210e5b3d97a548cd5842c37c6a750fc441e9e47.zip |
hplip-3.16.5-3.parabola1: updating revision from Arch
* put config files under backup control
* enable hpaio scanner driver - FS#49340 -> https://bugs.archlinux.org/task/49340
* remove obsolete install scriptlet
* use pyqt5 gui - FS#49344 -> https://bugs.archlinux.org/task/49344
Diffstat (limited to 'libre/hplip/hplip.install')
-rw-r--r-- | libre/hplip/hplip.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/hplip/hplip.install b/libre/hplip/hplip.install deleted file mode 100644 index 74532cde3..000000000 --- a/libre/hplip/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 -} |