forked from pool/xorg-x11-server
Accepting request 260569 from home:Ledest:misc
fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260569 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=551
This commit is contained in:
parent
d269f83884
commit
e530683424
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 00:50:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in post script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 07:45:14 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -380,7 +380,7 @@ if [ -f etc/X11/xorg.conf -a ! -f etc/X11/xorg.conf.sle11 ]; then
|
||||
echo "xorg.conf exists and xorg.conf.sle11 does not"
|
||||
if grep -q "SaX generated X11 config file" etc/X11/xorg.conf; then
|
||||
echo "move SaX generated xorg.conf to xorg.conf.sle11"
|
||||
mv etc/X11/xorg.conf{,.sle11}
|
||||
mv etc/X11/xorg.conf etc/X11/xorg.conf.sle11
|
||||
# remove dangling link (bnc#879360, comment#15)
|
||||
rm -f etc/X11/XF86Config
|
||||
# prevent %postun of NVIDIA/fglrx driver packages from restoring xorg.conf
|
||||
|
Loading…
Reference in New Issue
Block a user