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