File: postinst

package info (click to toggle)
tre 0.7.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,572 kB
  • ctags: 922
  • sloc: ansic: 10,943; sh: 9,502; makefile: 219; python: 36; sed: 16
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (40)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
  ldconfig
fi