2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

puke: cleanup

This commit is contained in:
Dylan Araps 2019-05-13 10:52:07 +03:00
parent 9bd05731a0
commit f8d233273a

2
puke
View File

@ -161,7 +161,7 @@ pkg_remove() {
while read -r file; do
[ "${file%/*}" = "/etc" ] && continue
path="${sys_dir}${file}"
path=${sys_dir}${file}
if [ -d "$path" ]; then
rmdir "$path" 2>/dev/null