summaryrefslogtreecommitdiff
path: root/scripts/rootfs_rpm-extract-postinst.awk
blob: 8f2836b32cb49cc70f4a029a9a0d3e91e9d02933 (plain)
1
2
3
4
5
6
7
8
9
10
11
/Name:.*/ {
  package = substr($0, 7)
  next
}
/postinstall.*scriptlet .*/ {
  next
}
{
  print $0 >> ENVIRON["D"] "/etc/rpm-postinsts/" package ".sh"
}
    
mageon patch, closes #1983Manuel Teira1 2007-01-29xserver-kdrive: more granular packaging - close #1830Tom Kirkpatrick1 2007-01-22xserver-kdrive: added HVGA and 320x320 resolutions for Palm devices - close ↵Christiano P.1 #1687 2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1 2006-12-21xserver-kdrive: disable thumb using ARM_INSTRUCTION_SET = "arm"Koen Kooi1 2006-11-17xserver-kdrive 1.1: fix parse errorKoen Kooi1 2006-10-19kdrive: remove duplicate packages.Koen Kooi1 * nothing changed in the actual output, so no PR bump needed 2006-10-19xserver-kdrive * disable w100 by default, enable it for armMichael Lauer1 2006-09-29xserver-kdrive X11R7.1-1.1.0: Bump PR after XCalibrate cleanups.Paul Sokolovsky1 2006-09-02xserver-kdrive: git build fix, better w100 descriptionPhilipp Zabel1 2006-09-02xserver-kdrive: w100 accelerated kdrive for people to play withPhilipp Zabel1 - enable compilation of Xw100 and package it as xserver-kdrive-w100 - thanks to Mardy, RP, sirfred, Spyro and XorA! 2006-08-31xserver-kdrive-X11R7.1: apply latest fixes from the git .bbPhilipp Zabel1 - build Xepson and Xsdl - package SecurityPolicy 2006-08-03xserver-kdrive X11R7.1-1.1.0: disable non-compiling dmxKoen Kooi1 2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin1 2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1 - emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change 2006-07-24xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* ↵Raymond Danks1 directory structure. This is the first step for the update to X11R7.1. This will not build and will be followed by more patches and updates.