Clean up pycache files before (re)installing
This commit is contained in:
parent
2b1b78622e
commit
669a8fbacd
5
debian/pvc-daemon.preinst
vendored
Normal file
5
debian/pvc-daemon.preinst
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remove any cached CPython directories or files
|
||||
echo "Cleaning up existing CPython files"
|
||||
find /usr/share/pvc -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true
|
Loading…
x
Reference in New Issue
Block a user