diff options
-rw-r--r-- | backend/modules/install_configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/modules/install_configure b/backend/modules/install_configure index 977a6db..36f85f9 100644 --- a/backend/modules/install_configure +++ b/backend/modules/install_configure @@ -196,6 +196,9 @@ function configure_target_purge_live_only_stuff() # remove kdm live shutdown hack rm -f "$TARGET/home/$cfg_username/.kde/shutdown/kdm-force-shutdown-hack" + # remove with live-boot created powermanagementprofilesrc ,will be automatically recreated at plasma5 session-startup + rm -f "$TARGET/home/$cfg_username/.config/powermanagementprofilesrc" + # remove live-only hooks rm -rf $TARGET/lib/live rm -f $TARGET/etc/profile.d/zz-live.sh |