#
# - Debian (debian)
# - Gentoo (gentoo)
-# - Mac OS X (darwin)
# - Solaris/OpenSolaris (sun)
# - FreeBSD (freebsd)
#
echo debian
elif test -f /etc/gentoo-release; then
echo gentoo
- elif test x`uname` = xDarwin; then
- echo darwin
elif test x`uname` = xSunOS; then
echo sun
elif test x`uname` = xFreeBSD; then
. ../lib.sh
-if test x"`os`" = xdarwin; then
- # Sets a custom PATH for GUI applications.
- mkdir -p ~/.MacOSX
- link darwin/environment.plist ~/.MacOSX/environment.plist
-fi
if test x"`os`" = xdebian; then
# Necessary as aptitude rewrites the config file on every start.
generate debian/aptitude/config .in cat
sed_i 's/^!NO_COMPTON //' Xresources
fi
- if test ! "x`os`" = xdarwin; then
- link xinitrc ~/.xinitrc
- # Most display managers use ~/.xsession instead of ~/.xinitrc (which
- # is used by e.g. startx). Provide both links.
- link xinitrc ~/.xsession
- fi
+ link xinitrc ~/.xinitrc
+ # Most display managers use ~/.xsession instead of ~/.xinitrc (which
+ # is used by e.g. startx). Provide both links.
+ link xinitrc ~/.xsession
if test -f xinitrc.local; then
link xinitrc.local ~/.xinitrc.local
fi