Finished removal function
This commit is contained in:
parent
1e4d936294
commit
0cfd276b4c
1 changed files with 7 additions and 1 deletions
|
|
@ -72,7 +72,13 @@ install(){
|
|||
}
|
||||
|
||||
remove(){
|
||||
echo -e "\n"
|
||||
sudo rm -rf ${globalinstalldir}
|
||||
for file in $(pushd lib/skel/ ; find ; popd) ; do
|
||||
rm $HOME/$file 2>&1 >dev/null
|
||||
rmdir $HOME/$file 2>&1 >dev/null
|
||||
done
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
update(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue