Manual tweak textproc/code-minimap
[dports.git] / textproc / ppower4 / pkg-deinstall
1 #!/bin/sh
2
3 if [ "$2" = "POST-DEINSTALL" ]; then
4         echo "Updating content cache to let LaTeX know about the new style files:"
5         if [ -x ${PKG_PREFIX}/bin/mktexlsr ]; then
6                 ${PKG_PREFIX}/bin/mktexlsr
7         elif [ -x /usr/local/bin/mktexlsr ]; then
8                 /usr/local/bin/mktexlsr
9         else
10                 echo "Could not find mktexlsr. Please run it manually to update"
11                 echo "LaTeX's content cache."
12         fi
13 fi