[go: up one dir, main page]

Skip to content

Commit

Permalink
Drop --deep
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 19, 2018
1 parent 3b4b53c commit 82e8551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/post-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PACKAGES_TO_REMOVE=($(equo q list installed -qv))
for i in "${PACKAGES_TO_REMOVE[@]}"
do
echo "===== Attempt to remove $i ====="
equo rm --deep --configfiles "$i"
equo rm --configfiles "$i"
done

# Remove compilation tools
Expand Down

0 comments on commit 82e8551

Please sign in to comment.