diff options
author | Jorginho <jorginho@adinet.com.uy> | 2012-06-05 00:15:55 +0200 |
---|---|---|
committer | Jorginho <jorginho@adinet.com.uy> | 2012-06-05 00:15:55 +0200 |
commit | ef720933b45c43f7f8ac4d2a0f2df2b83e908d99 (patch) | |
tree | 3b2d4200b9b39005186d2c0902355f093539be7b /libre/hplip-libre/hplip.install | |
parent | 665925cfa1247229e9c89685d2f627230f5bfb44 (diff) | |
download | abslibre-ef720933b45c43f7f8ac4d2a0f2df2b83e908d99.tar.gz abslibre-ef720933b45c43f7f8ac4d2a0f2df2b83e908d99.tar.bz2 abslibre-ef720933b45c43f7f8ac4d2a0f2df2b83e908d99.zip |
updating hplip-libre
Diffstat (limited to 'libre/hplip-libre/hplip.install')
-rw-r--r-- | libre/hplip-libre/hplip.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install index cb0eaf8e8..74532cde3 100644 --- a/libre/hplip-libre/hplip.install +++ b/libre/hplip-libre/hplip.install @@ -8,3 +8,11 @@ NOTE 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 +} |