Pin policykit to prevent install/update.
This commit is contained in:
parent
8466483a04
commit
a0a120cbc2
|
|
@ -10,3 +10,9 @@ apt-get -y remove --purge policykit-1
|
|||
# packagekit
|
||||
# packagekit-tools
|
||||
# printer-driver-postscript-hp
|
||||
|
||||
cat > /et /apt/preferences.d/avoid-policykit.pref <<EOF
|
||||
Package: policykit-1
|
||||
Pin: origin ""
|
||||
Pin-Priority: -10
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue