mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
puke: cleanup
This commit is contained in:
parent
9bd05731a0
commit
f8d233273a
2
puke
2
puke
@ -161,7 +161,7 @@ pkg_remove() {
|
|||||||
while read -r file; do
|
while read -r file; do
|
||||||
[ "${file%/*}" = "/etc" ] && continue
|
[ "${file%/*}" = "/etc" ] && continue
|
||||||
|
|
||||||
path="${sys_dir}${file}"
|
path=${sys_dir}${file}
|
||||||
|
|
||||||
if [ -d "$path" ]; then
|
if [ -d "$path" ]; then
|
||||||
rmdir "$path" 2>/dev/null
|
rmdir "$path" 2>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user