--- smage/trunk/core/fluxbox/fluxbox-1.1.1_20110127-r1.smage2 2011/01/27 23:04:40 1160 +++ smage/trunk/core/fluxbox/fluxbox-1.1.1_20110127-r1.smage2 2011/01/27 23:05:31 1161 @@ -26,7 +26,8 @@ # fixme: keep only one style, not all # and clean up bin too! MCORE_ONLY_KEEP="usr/bin - usr/share/fluxbox/styles + usr/share/fluxbox/styles/carp + usr/share/fluxbox/styles/zimek_green usr/share/fluxbox/keys usr/share/fluxbox/init usr/share/fluxbox/apps @@ -100,4 +101,13 @@ Type=Application" > ${BINDIR}/usr/share/xsessions/fluxbox.desktop || die minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO || die + + echo -e ${COLGREEN}" injecting custom fluxbox-configs"${COLDEFAULT} + mcinjectfile menu /usr/share/fluxbox || die + mcinjectfile init /usr/share/fluxbox || die + mcinjectfile keys /usr/share/fluxbox || die + + # set carp as default theme + sed -i 's:^\(session.styleFile\:\).*:\1\t/usr/share/fluxbox/styles/carp:' \ + ${BINDIR}/usr/share/fluxbox/init || die }