From 02dc26ecdba5b1661ee5f3b95915c69ceca25fc2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 14 Sep 2009 19:34:41 +0200 Subject: [PATCH] openbox: install script install xinitrc.d files --- packages/x11/other/openbox/install | 3 --- .../x11/other/openbox/{scripts => }/xinitrc.d/20_windowmanager | 0 2 files changed, 3 deletions(-) rename packages/x11/other/openbox/{scripts => }/xinitrc.d/20_windowmanager (100%) diff --git a/packages/x11/other/openbox/install b/packages/x11/other/openbox/install index f76986351..b1e9f098d 100755 --- a/packages/x11/other/openbox/install +++ b/packages/x11/other/openbox/install @@ -24,6 +24,3 @@ cp -RP $PKG_BUILD/themes/Clearlooks $INSTALL/usr/share/themes mkdir -p $INSTALL/etc/xdg/openbox cp -PR $PKG_DIR/config/rc.xml $INSTALL/etc/xdg/openbox - -mkdir -p $INSTALL/etc/X11/xinit/xinitrc.d -cp -PR $PKG_DIR/scripts/xinitrc.d/* $INSTALL/etc/X11/xinit/xinitrc.d diff --git a/packages/x11/other/openbox/scripts/xinitrc.d/20_windowmanager b/packages/x11/other/openbox/xinitrc.d/20_windowmanager similarity index 100% rename from packages/x11/other/openbox/scripts/xinitrc.d/20_windowmanager rename to packages/x11/other/openbox/xinitrc.d/20_windowmanager