mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-22 11:10:25 +00:00
Clean up extracted directory on successful deb
This commit is contained in:
@@ -18,5 +18,6 @@ if [ $? -ne 0 ]; then
|
||||
else
|
||||
# Clean up the generated files in this directory
|
||||
rm -rf $PKGNAME.egg-info dist setup.py
|
||||
rm -rf $(find deb_dist -mindepth 1 -maxdepth 1 -type d)
|
||||
fi
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user