2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Cleanup stray debian content in apt

This commit is contained in:
Jarrod Johnson 2024-09-04 10:27:00 -04:00
parent 4a2e943f84
commit ee067fa3c0

View File

@ -74,7 +74,7 @@ else
rm -rf $PKGNAME.egg-info dist setup.py
rm -rf $(find deb_dist -mindepth 1 -maxdepth 1 -type d)
if [ ! -z "$1" ]; then
mv deb_dist/* $1/
mv deb_dist/*.deb $1/
fi
fi
exit 0