#!/bin/sh# Preserve files installed by ptex-common, or other package/application.#
files="${PKG_PREFIX}/bin/pltotf${PKG_PREFIX}/bin/tftopl${PKG_PREFIX}/share/texmf/web2c/texmf.cnf${PKG_PREFIX}/share/texmf/ls-R"if["$2"!="POST-DEINSTALL"];thenexit;fifor f in${files};doif[-f$f.old ];thenmv$f.old $ffidone