From 0a626fdf94ac6b3c34b96c7947abc1d9fbb58132 Mon Sep 17 00:00:00 2001 From: Val Date: Mon, 24 Jun 2024 15:33:22 -0500 Subject: [PATCH] Fix #48 --- rwfus_include/config.sh | 3 ++- rwfus_include/info.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rwfus_include/config.sh b/rwfus_include/config.sh index 6be96a3..949d036 100644 --- a/rwfus_include/config.sh +++ b/rwfus_include/config.sh @@ -66,7 +66,7 @@ CF_DEFAULT=( # Where systemd expects units to be [cf_Systemd_Directory]="/etc/systemd/system" # Units to restart when daemon starts - [cf_Restart_Units]="usr-local.mount polkit.service" + [cf_Restart_Units]="polkit.service" # Units to stop when daemon starts and restart when daemon stops [cf_Stop_Units]="var-cache-pacman.mount" # Units to mask when daemon starts and unmask when daemon stops. @@ -246,6 +246,7 @@ function migrate_config { echo "Migrating config from '$cf_Version' to '$Version'. This will not delete any files." migrate_remove "Directories" "/var/lib/pacman" + migrate_remove "Restart_Units" "usr-local.mount" echo diff --git a/rwfus_include/info.sh b/rwfus_include/info.sh index b03e93a..b06de9a 100644 --- a/rwfus_include/info.sh +++ b/rwfus_include/info.sh @@ -3,4 +3,4 @@ export Name="Rwfus" export Description="Carry Pacman across SteamOS updates!" export Repository="https://github.com/ValShaped/rwfus" -export Version="0.5.0.b3" +export Version="0.5.0.b4"