Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 6c54d4c16bec1fc843820e19ba298378 > files > 1

sabayon-apply-2.12.4-9.el5.x86_64.rpm

#!/bin/bash

#
# Apply the Sabayon profile for the current user (if any)
#

if [ "x$DISABLE_SABAYON_XINITRC" = "x" ] ; then
  if [ -x /usr/sbin/sabayon-apply ] ; then
    /usr/sbin/sabayon-apply
  fi
fi