]> git.pld-linux.org Git - packages/alsa-firmware.git/commitdiff
- check-files cleanup auto/th/alsa-firmware-1_0_17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jul 2008 19:46:41 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-firmware.spec -> 1.13

alsa-firmware.spec

index 14fcc15d8d0c1860c18d15aba4d91583753733f0..67703f850a05f04c0a322fd0848d8a28cecf2390 100644 (file)
@@ -44,6 +44,12 @@ cp -f usx2yloader/README README.usx2yloader
 cp -f vxloader/README README.vxloader
 cp -f aica/license.txt license.aica
 
+# remove dead symlinks to /etc/sound/* (with sanity check)
+for l in $RPM_BUILD_ROOT/lib/firmware/turtlebeach/*.bin ; do
+       test -h $l || exit 1
+       rm -f $l
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.074228 seconds and 4 git commands to generate.