Make sure catalyst gets a retval it can be happy about.

svn path=/trunk/; revision=560
This commit is contained in:
Tobias Klausmann 2008-07-10 16:29:55 +00:00
parent 5aeec8da35
commit ae87f160b8

View file

@ -68,3 +68,7 @@ EOF
# Remove DefaultColorDepth # Remove DefaultColorDepth
[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in [ -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