[skip ci] remove upower and dependencies to improve vm performance
This commit is contained in:
parent
bef0fff652
commit
78b238928b
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ fun Prov.provisionBasicDesktop(
|
|||
aptInstall(CLIP_TOOLS)
|
||||
aptPurge(
|
||||
"remove-power-management xfce4-power-manager " +
|
||||
"xfce4-power-manager-plugins xfce4-power-manager-data"
|
||||
"xfce4-power-manager-plugins xfce4-power-manager-data" +
|
||||
"upower libimobiledevice6 libplist3 libusbmuxd6 usbmuxd bluez-cups"
|
||||
)
|
||||
aptPurge("abiword gnumeric")
|
||||
aptPurge("popularity-contest")
|
||||
|
|
Loading…
Reference in a new issue