summaryrefslogtreecommitdiffstats
path: root/source/t/texlive/douninst.sh
blob: 79bcced8a34e7698eede2ffc5d8f7ef9cf05be41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Remove data generated by doinst.sh
rm -rf usr/share/texmf-config
rm -rf usr/share/texmf-local
rm -rf usr/share/texmf-var

if [ -x /usr/bin/install-info -a -d usr/info ]; then
  ( cd usr/info
    rm -f dir
    for i in *.info*; do /usr/bin/install-info $i dir 2>/dev/null; done
  )
fi