mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-30 20:54:18 +00:00
Cleanup
This commit is contained in:
parent
1aa6c3f4c2
commit
7d667343d3
@ -484,19 +484,16 @@ sanitize() {
|
|||||||
if [ "$exported" -eq 1 ]; then
|
if [ "$exported" -eq 1 ]; then
|
||||||
debug_echo continue "Backing up keybinds to $backup_path/keybinds..."
|
debug_echo continue "Backing up keybinds to $backup_path/keybinds..."
|
||||||
mkdir -p "$backup_path/keybinds" && cp -r "$keybinds_dir/." "$backup_path/keybinds/"
|
mkdir -p "$backup_path/keybinds" && cp -r "$keybinds_dir/." "$backup_path/keybinds/"
|
||||||
debug_echo continue "Done."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Wipe the user directory
|
# Wipe the user directory
|
||||||
debug_echo continue "Wiping USER directory..."
|
debug_echo continue "Wiping USER directory..."
|
||||||
rm -r "$user_dir"
|
rm -r "$user_dir"
|
||||||
debug_echo continue "Done."
|
|
||||||
|
|
||||||
# Restore custom keybinds
|
# Restore custom keybinds
|
||||||
if [ "$exported" -eq 1 ]; then
|
if [ "$exported" -eq 1 ]; then
|
||||||
debug_echo continue "Restoring keybinds..."
|
debug_echo continue "Restoring keybinds..."
|
||||||
mkdir -p "$keybinds_dir" && cp -r "$backup_path/keybinds/." "$keybinds_dir/"
|
mkdir -p "$keybinds_dir" && cp -r "$backup_path/keybinds/." "$keybinds_dir/"
|
||||||
debug_echo continue "Done."
|
|
||||||
message info "To re-import your keybinds, select it in-game from the list:\nOptions->Keybindings->Control Profiles"
|
message info "To re-import your keybinds, select it in-game from the list:\nOptions->Keybindings->Control Profiles"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -653,7 +650,6 @@ rm_shaders() {
|
|||||||
if message question "This helper will delete the following directory:\n\n$shaders_dir\n\nDo you want to proceed?"; then
|
if message question "This helper will delete the following directory:\n\n$shaders_dir\n\nDo you want to proceed?"; then
|
||||||
debug_echo continue "Deleting $shaders_dir..."
|
debug_echo continue "Deleting $shaders_dir..."
|
||||||
rm -r "$shaders_dir"
|
rm -r "$shaders_dir"
|
||||||
debug_echo continue "Done."
|
|
||||||
message info "Your shaders have been deleted!"
|
message info "Your shaders have been deleted!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -680,7 +676,6 @@ rm_vidcache() {
|
|||||||
if message question "This helper will delete the following file:\n\n$dxvk_cache\n\nDo you want to proceed?"; then
|
if message question "This helper will delete the following file:\n\n$dxvk_cache\n\nDo you want to proceed?"; then
|
||||||
debug_echo continue "Deleting $dxvk_cache..."
|
debug_echo continue "Deleting $dxvk_cache..."
|
||||||
rm "$dxvk_cache"
|
rm "$dxvk_cache"
|
||||||
debug_echo continue "Done."
|
|
||||||
message info "Your DXVK cache has been deleted!"
|
message info "Your DXVK cache has been deleted!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user