hplip
This commit is contained in:
parent
ff250fb608
commit
1ef9a51ba6
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ -f /usr/bin/python3 ];then
|
||||
rm /usr/bin/python
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
fi
|
|
@ -5,7 +5,7 @@
|
|||
log.set_level('debug')
|
||||
|
||||
+
|
||||
+log.error("HPLIP upgrade is disabled by Archlinux for security reasons, see https://bugs.archlinux.org/task/38083 - if you like to upgrade HPLIP, use the Archlinux software package manager pacman.")
|
||||
+log.error("HPLIP yükseltmesi güvenlik nedenleriyle Milis Linux tarafından devre dışı bırakılmıştır, HPLIP'i yükseltmek isterseniz, Milis Linux yazılım paketi yöneticisi MPS'yi' kullanın.")
|
||||
+clean_exit(1)
|
||||
+
|
||||
+
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Grup: sürücü
|
||||
|
||||
isim=hplip
|
||||
surum=3.18.6
|
||||
surum=3.18.7
|
||||
devir=1
|
||||
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz
|
||||
disable_upgrade.patch
|
||||
|
|
Loading…
Reference in New Issue