From d39f7f5b25b28098bff93094745cc1d503694eb9 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 19 May 2005 19:58:38 +0000 Subject: [PATCH] b=6265 remove .pyc files when uninstalling --- build/lustre.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/lustre.spec.in b/build/lustre.spec.in index 7a63bbe..2c41cf0 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -149,6 +149,7 @@ if [ $1 = 0 -a -f /etc/init.d/lustre ] ; then /sbin/chkconfig --del lustre /sbin/chkconfig --del lustrefs fi +rm -f %{_libdir}/lustre/python/Lustre/*.pyc %post modules if [ ! -e /dev/obd ]; then -- 1.8.3.1