Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/Name:.*/ {
|
||||
package = substr($0, 7)
|
||||
next
|
||||
}
|
||||
/postinstall.*scriptlet .*/ {
|
||||
next
|
||||
}
|
||||
{
|
||||
print $0 >> ENVIRON["D"] "/etc/rpm-postinsts/" package ".sh"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user