Skip to content

Commit

Permalink
Fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ValShaped committed Jun 24, 2024
1 parent 553590e commit 0a626fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rwfus_include/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rwfus_include/info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0a626fd

Please sign in to comment.