diff options
Diffstat (limited to 'perl-install/install/share')
-rw-r--r-- | perl-install/install/share/list.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 5c38763ee..8f66e8dba 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -216,16 +216,6 @@ /etc/protocols /etc/rpm/macros.d/20common.macros - <!-- for gtk+3 that needs dbus to be initialized --> - <from dir="share"> - <to dir="/etc"> - <!-- abusing '<from expand="command">' --> - <from expand="command"> - dbus-uuidgen > share/machine-id; echo machine-id - </from> - </to> - </from> - <!-- /usr/share/X11/XKeysymDB --> /etc/pango/ARCH/pango.modules /usr/LIB/libgdk_pixbuf-2.0.so.0 @@ -609,6 +599,14 @@ consolefonts symlinks upgrade </to> + + <!-- for gtk+3 that needs dbus to be initialized --> + <to dir="/etc"> + <!-- abusing '<from expand="command">' --> + <from expand="command"> + dbus-uuidgen > share/machine-id; echo machine-id + </from> + </to> </from> <from dir="../pixmaps"> |