Skip to content
Snippets Groups Projects
Commit d39f7f5b authored by jacob's avatar jacob
Browse files

b=6265

remove .pyc files when uninstalling
parent 265debce
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ if [ $1 = 0 -a -f /etc/init.d/lustre ] ; then ...@@ -149,6 +149,7 @@ if [ $1 = 0 -a -f /etc/init.d/lustre ] ; then
/sbin/chkconfig --del lustre /sbin/chkconfig --del lustre
/sbin/chkconfig --del lustrefs /sbin/chkconfig --del lustrefs
fi fi
rm -f %{_libdir}/lustre/python/Lustre/*.pyc
%post modules %post modules
if [ ! -e /dev/obd ]; then if [ ! -e /dev/obd ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment