Clean up plugin pycache too
This commit is contained in:
1
debian/pvc-daemon-health.preinst
vendored
1
debian/pvc-daemon-health.preinst
vendored
@ -3,3 +3,4 @@
|
||||
# Remove any cached CPython directories or files
|
||||
echo "Cleaning up existing CPython files"
|
||||
find /usr/share/pvc/pvchealthd -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true
|
||||
find /usr/share/pvc/plugins -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true
|
||||
|
Reference in New Issue
Block a user