source: trunk/debathena/config/gconf2-config/debian/transform_default.path.debathena @ 24507

Revision 24507, 244 bytes checked in by broder, 14 years ago (diff)
In gconf2-config: * Allow users to specify Debathena-specific gconf sources in ~/.gconf.path.debathena. (Added for use with debathena-gdm-config to override the gdm user's gconf settings).
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s|^(xml:readwrite:\$\(HOME\)/\.gconf)$|include "/usr/share/debathena-gconf2-config/gconf.\$(ENV_DEBATHENA_HOME_TYPE)"|m or die;
3s|^(include "\$\(HOME\)/\.gconf\.path")$|include "\$(HOME)/.gconf.path.debathena"\n$1|m or die;
Note: See TracBrowser for help on using the repository browser.