~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to debian/65compiz_profile-on-session

  • Committer: Michael Terry
  • Date: 2012-11-05 20:50:59 UTC
  • mfrom: (3248.1.74 sru-urgent)
  • mto: This revision was merged to the branch mainline in revision 3451.
  • Revision ID: michael.terry@canonical.com-20121105205059-fe1su1x9tobktg8u
move debian/ packaging inline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is sourced by Xsession(5), not executed.
 
2
# Select unity profile if we are in the default session.
 
3
# The default profile is used otherwise.
 
4
 
 
5
if [ "x$DESKTOP_SESSION" = "xubuntu" ]; then
 
6
    COMPIZ_CONFIG_PROFILE="ubuntu"
 
7
    export COMPIZ_CONFIG_PROFILE
 
8
fi
 
9