wok-current view hplip/stuff/hplip.no.upgrade.diff @ rev 25721
Update slitaz-i18n for gnumeric
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 18 11:25:19 2024 +0000 (8 months ago) |
parents | |
children |
line source
1 --- ./upgrade.py.orig 2013-03-08 01:15:32.000000000 -0600
2 +++ ./upgrade.py 2013-03-19 23:41:06.360870795 -0500
3 @@ -214,6 +214,13 @@
4 try:
5 change_spinner_state(False)
6 core = CoreInstall(MODE_CHECK)
7 +
8 + # To reenable upgrade in Slitaz (although it probably won't work),
9 + # delete the following 3 lines:
10 + log.info("HPLIP upgrade function is disabled in Slitaz.")
11 + log.info("Not attempting to download upgrades.")
12 + clean_exit(0)
13 +
14 if not utils.check_network_connection():
15 log.error("Either Internet is not working or Wget is not installed.")
16 clean_exit(0)