Make sure catalyst gets a retval it can be happy about.
svn path=/trunk/; revision=560
This commit is contained in:
parent
5aeec8da35
commit
ae87f160b8
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ EOF
|
|||
# Remove DefaultColorDepth
|
||||
[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in
|
||||
|
||||
# This is here so that the retval of the line above (which may be non-0
|
||||
# even if everything is ok) is not the retval of the script which would
|
||||
# make catalyst unhappy.
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue