Compare commits
2 Commits
2892e1bf87
...
7d4ce0c8ed
Author | SHA1 | Date | |
---|---|---|---|
7d4ce0c8ed | |||
b994e1a26c |
3
debian/pvc-client-cli.postinst
vendored
3
debian/pvc-client-cli.postinst
vendored
@ -5,4 +5,7 @@ if [ -d /etc/bash_completion.d ]; then
|
||||
_PVC_COMPLETE=source_bash pvc > /etc/bash_completion.d/pvc
|
||||
fi
|
||||
|
||||
# Remove pycaches
|
||||
find /usr/lib/python3/dist-packages/pvc -name "__pycache__" -exec rm -r {} \;
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user