Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh committed Dec 22, 2020
1 parent 29dcd8e commit e10f459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ _uninstall() {
_rm "$PREFIX/share/plasma/desktoptheme/Materia"
_rm "$PREFIX/share/plasma/desktoptheme/Materia-Color"
_rm "$PREFIX/share/plasma/look-and-feel/com.github.varlesh.materia"
_rm "$PREFIX/share/plasma/look-and-feel/com.github.varlesh.materia-dark"
_rm "$PREFIX/share/plasma/look-and-feel/com.github.varlesh.materia-light"
_rm "$PREFIX/share/yakuake/skins/materia-dark"
_rm "$PREFIX/share/yakuake/skins/materia-light"
_rm "$PREFIX/share/wallpapers/Materia"
}

_install() {
Expand All @@ -79,6 +82,7 @@ _install() {
"$temp_dir/$gh_repo-$TAG/Kvantum" \
"$temp_dir/$gh_repo-$TAG/plasma" \
"$temp_dir/$gh_repo-$TAG/yakuake" \
"$temp_dir/$gh_repo-$TAG/wallpapers" \
"$PREFIX/share"
}

Expand Down

0 comments on commit e10f459

Please sign in to comment.