Summary
Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Wed 4/10/13 13:00
Recent Commits
>
--git a/SuSE/CHANGELOG b/SuSE/CHANGELOG
index c9fa675..a96d4d1 100644
--- a/SuSE/CHANGELOG
+++ b/SuSE/CHANGELOG
@@ -1,3 +1,9 @@
+Thu May 03 20:15:03 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
+-------------------------------------------------------------------
+- add new file for /etc/ati/atiapfxx.blb
+- create /etc/ati/atiapfuser.blb during installation and remove the
+ file if the package was uninstalled.
+
Wed Mar 07 19:37:22 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
- remove runlevel 3 from the init script atieventsd.sh
diff --git a/SuSE/fglrx.spec b/SuSE/fglrx.spec
index 655de22..baf1679 100644
--- a/SuSE/fglrx.spec
+++ b/SuSE/fglrx.spec
@@ -322,6 +322,9 @@ fi
if [ "$(%{_libdir}/fglrx/switchlibGL query)" = "unknown" ]; then
%{_libdir}/fglrx/switchlibGL amd
fi
+if [ ! -f "etc/ati/atiapfuser.blb" ]; then
+ touch etc/ati/atiapfuser.blb
+fi
exit 0
%preun
@@ -333,6 +336,9 @@ if [ -x etc/init.d/boot.fglrxrebuild ]; then
fi
# remove symlinks during uninstall (not during update)
if [ "$1" -eq 0 ]; then
+ if [ -f "etc/ati/atiapfuser.blb" ]; then
+ rm -f etc/ati/atiapfuser.blb
+ fi
rm -f /usr/X11R6/lib*/libGL.so*
rm -f %{_libdir}/xorg/modules/updates/extensions/libglx.so
if [ -f /etc/ld.so.conf.d/fglrx.conf ];
Copyright © 2013 by Phoronix Media