File: postrm

package info (click to toggle)
lyx 1.1.6fix4-2
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 26,136 kB
  • ctags: 13,679
  • sloc: cpp: 93,591; sh: 9,563; ansic: 8,253; perl: 3,489; makefile: 1,332; tcl: 163; sed: 150; python: 112; yacc: 38
file content (11 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

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

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

#DEBHELPER#