clean broken links in /var/lib/dkms in posttrans [release 2.5-2mamba;Sat Jan 13 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 21:49:47 +01:00
parent 11a24034b3
commit 7ff13c8911

View File

@ -1,6 +1,6 @@
Name: dkms
Version: 2.5
Release: 1mamba
Release: 2mamba
Summary: Dynamic Kernel Module Support
Group: System/Tools
Vendor: openmamba
@ -66,6 +66,7 @@ fi
find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
# clean old badly uninstalled modules
find /var/lib/dkms/*/*/source -xtype l | while read line; do ls -ld ${line/source}; done
find /var/lib/dkms -xtype l -exec rm -f {} \;
:
%files
@ -93,6 +94,9 @@ find /var/lib/dkms/*/*/source -xtype l | while read line; do ls -ld ${line/sourc
#README.dkms TODO
%changelog
* Sat Jan 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-2mamba
- clean broken links in /var/lib/dkms in posttrans
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
- automatic version update by autodist