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