mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-22 05:05:56 -08:00
Update install.sh
This commit is contained in:
@@ -716,6 +716,8 @@ clean_theme() {
|
||||
if [[ "$UID" != "$ROOT_UID" ]]; then
|
||||
if [[ "$DEST_DIR" == "$HOME/.themes" ]]; then
|
||||
local dest="$HOME/.local/share/themes"
|
||||
elif [[ "$DEST_DIR" == "$XDG_DATA_HOME/themes" || "$DEST_DIR" == "$HOME/.local/share/themes" ]]; then
|
||||
local dest="$HOME/.themes"
|
||||
fi
|
||||
|
||||
for theme in "${themes[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user