File: postrm

package info (click to toggle)
lyx 1.1.4-7
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 15,708 kB
  • ctags: 7,042
  • sloc: cpp: 63,191; sh: 8,634; ansic: 3,411; perl: 3,323; makefile: 636; tcl: 163; sed: 93; yacc: 38
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ -e /usr/bin/texconfig ]
then
    /usr/bin/texhash
fi

if [ -x /usr/bin/update-menus ] ; then update-menus ; fi