80f2df5 Convert file trigger scripts to lua

Authored and Committed by zbyszek 8 years ago
1 file changed. 43 lines added. 31 lines removed.
    Convert file trigger scripts to lua
    
    At least the %filetriggerpostun script can be invoked hundreds of
    times during an upgrade, so it makes sense to optimize it a bit.
    
    assert(exec(...)) is used because of https://bugzilla.redhat.com/show_bug.cgi?id=1094072.
    
        
file modified
+43 -31