diff options
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 06f3df7..5896b79 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -260,7 +260,7 @@ $o = { if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session', 'hexchat' ), - if_($has_kde4, 'kcm_touchpad',), + if_($has_kde4, 'kcm-touchpad',), ], 'preferred_packages' => join(',', $has_kde4 ? 'kdm' : 'gdm'), |