diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-20 08:14:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-20 08:14:35 +0800 |
commit | 0516f9ac216ce8e7700cb9d57d8822f62657bec7 (patch) | |
tree | 660368d5eb1f7627c62d612dd01504c1edd1bd15 /x11/gnome-panel | |
parent | ffa0a3fc3e82e493bba78b5a6ad47ddaa6648605 (diff) | |
download | freebsd-ports-gnome-0516f9ac216ce8e7700cb9d57d8822f62657bec7.tar.gz freebsd-ports-gnome-0516f9ac216ce8e7700cb9d57d8822f62657bec7.tar.zst freebsd-ports-gnome-0516f9ac216ce8e7700cb9d57d8822f62657bec7.zip |
Handle the special GConf entries file correctly.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index ed0e5a07e039..4ab1170022c4 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -15,7 +15,11 @@ etc/gconf/schemas/gnome-panel-screenshot.schemas @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/panel-compatibility.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/panel-compatibility.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/panel-compatibility.schemas > /dev/null || /usr/bin/true +@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel/profiles/default > /dev/null || /usr/bin/true +@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true etc/gconf/schemas/panel-default-setup.entries +@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true +@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel/profiles/default > /dev/null || /usr/bin/true @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/panel-general.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/panel-general.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/panel-general.schemas > /dev/null || /usr/bin/true |