Compare commits

..

1 Commits

Author SHA1 Message Date
2892e1bf87 Bump version to 0.9.91 2024-01-23 10:02:19 -05:00

View File

@ -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