foundationdb/packaging/rpm/scripts/postclients.sh

4 lines
139 B
Bash

# older versions of this package failed to correctly clean up their .pyc files, which is "very bad"
rm -rf /usr/lib64/python2.6/fdb
exit 0