Compare commits
1 Commits
7d4ce0c8ed
...
2892e1bf87
Author | SHA1 | Date | |
---|---|---|---|
2892e1bf87 |
3
debian/pvc-client-cli.postinst
vendored
3
debian/pvc-client-cli.postinst
vendored
@ -5,7 +5,4 @@ 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