dependencies: pureos: remove unused packagekit.

This package is unused since the commit
e50f311c45 ("dependencies: pureos: go
back to apt (instead of packagekit).").

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-11-29 20:14:18 +01:00 committed by Adrien 'neox' Bourmault
parent fbd8fe7ab9
commit 3e4eb2b9eb
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ if [ $EUID -ne 0 ]; then
exit 1 exit 1
fi fi
apt-get -y install packagekit
# Duplications are intentional. Please do not re-factor. # Duplications are intentional. Please do not re-factor.
# #
# This is so that they can moved to separate scripts. # This is so that they can moved to separate scripts.