Pin policykit to prevent install/update.

This commit is contained in:
Cyteen 2017-12-22 15:50:07 +00:00
parent 8466483a04
commit a0a120cbc2
1 changed files with 6 additions and 0 deletions

View File

@ -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