pax_global_header00006660000000000000000000000064110033141700014500gustar00rootroot0000000000000052 comment=7be4331059cfb643243f1ef14a304c976d18d28c installer-feature-hwtweaks-0.2/000075500000000000000000000000001100331417000166205ustar00rootroot00000000000000installer-feature-hwtweaks-0.2/.gear-rules000064400000000000000000000000071100331417000206640ustar00rootroot00000000000000tar: . installer-feature-hwtweaks-0.2/Makefile000064400000000000000000000003611100331417000202600ustar00rootroot00000000000000install2_dir=$(datadir)/install2 INSTALL = /usr/bin/install install: install-data install-data: $(INSTALL) -d $(install2_dir) [ -d postinstall.d ] && cp -a postinstall.d $(install2_dir) ||: [ -d hw.d ] && cp -a hw.d $(install2_dir) ||: installer-feature-hwtweaks-0.2/hw.d/000075500000000000000000000000001100331417000174605ustar00rootroot00000000000000installer-feature-hwtweaks-0.2/hw.d/8086:2a02000075500000000000000000000002541100331417000204730ustar00rootroot00000000000000#!/bin/sh . install2-init-functions cat > $destdir/etc/X11/xinit.d/xrandr <<__EOF__ #!/bin/bash xrandr --output TV --off __EOF__ chmod +x $destdir/etc/X11/xinit.d/xrandr installer-feature-hwtweaks-0.2/hw.d/8086:4227000075500000000000000000000001141100331417000204200ustar00rootroot00000000000000#!/bin/sh . install2-init-functions chroot $destdir chkconfig ipw3945d on installer-feature-hwtweaks-0.2/installer-feature-hwtweaks.spec000064400000000000000000000022301100331417000247520ustar00rootroot00000000000000Name: installer-feature-hwtweaks Version: 0.2 Release: alt1 Summary: Install-time hardware tweaks License: GPL Group: System/Configuration/Other Url: http://www.freesource.info/wiki/TZ/AltLinux/WhiteLabel Source: %name-%version.tar Packager: Michael Shigorin BuildArch: noarch %description %summary %package stage2 Summary: %summary License: GPL Group: System/Configuration/Other Requires: installer-stage2 Conflicts: installer-ltsp-school-stage2 <= 0.4-alt4.4 Conflicts: installer-ltsp-stage2 <= 0.1-alt2.5.7 Conflicts: installer-junior-school-stage2 <= 0.4-alt5 Conflicts: installer-junior-stage2 <= 0.4-alt4 %description stage2 %summary %prep %setup -q %install %makeinstall %files stage2 %_datadir/install2/postinstall.d/* %_datadir/install2/hw.d/* %changelog * Tue Apr 22 2008 Michael Shigorin 0.2-alt1 - errorlevel-happy * Mon Mar 31 2008 Michael Shigorin 0.1-alt2 - noarch (scripts _are_ x86-specific; if there's need to distinguish some day, rename the package to %%name-x86) * Tue Mar 11 2008 Michael Shigorin 0.1-alt1 - initial release based on installer-junior-0.4-alt4 installer-feature-hwtweaks-0.2/postinstall.d/000075500000000000000000000000001100331417000214165ustar00rootroot00000000000000installer-feature-hwtweaks-0.2/postinstall.d/20-run-hw.d000075500000000000000000000002451100331417000232260ustar00rootroot00000000000000#!/bin/sh -efu . install2-init-functions lspci -n | cut -d' ' -f 3 | while read n; do [ -x /usr/share/install2/hw.d/$n ] && /usr/share/install2/hw.d/$n ||: done