3b6df1 Resolves: #1348043 - do not use /bin/mv in %post

Authored and Committed by Kamil Dudka 7 years ago
    Resolves: #1348043 - do not use /bin/mv in %post
    
    ... to avoid a circular dependency.
    
    The code where /bin/mv was used does not seem to be useful any more.
    Fileutils, Shellutils, and Textutils were merged into GNU Coreutils
    in 2002.  It should be safe not to handle the transition now in 2016.
    
        
file modified
+8 -9