File: postinst

package info (click to toggle)
tre 0.8.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,456 kB
  • ctags: 876
  • sloc: sh: 10,041; ansic: 9,887; makefile: 231; python: 44; 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