Ticket #200: rpm-tmp.SUFdgG

File rpm-tmp.SUFdgG, 414 bytes (added by Tellie, 8 years ago)

The tmp file

Line 
1# We must deinstall these info files since they're merged in
2# coreutils.info. else their postun'll be run too late
3# and install-info will fail badly because of duplicates
4for file in sh-utils textutils fileutils; do
5#  if [ -f /@unixroot/usr/share/info/$file.info.gz ]; then
6#    /sbin/install-info --delete /@unixroot/usr/share/info/$file.info.gz --dir=/@unixroot/usr/share/info/dir &> /dev/null || :
7#  fi
8done