diff --git a/preun.sh b/preun.sh deleted file mode 100644 index a1240a872..000000000 --- a/preun.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ @BASE_PACKAGE@ = 0 ]; then - nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@ - rpm -ql $nvr | grep '\.ko$' > /var/run/rpm-$nvr-modules -fi