File: ldconfig.postinst

package info (click to toggle)
debmake 3.8.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 312 kB
  • ctags: 15
  • sloc: sh: 753; makefile: 155
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (4)
1
2
3
4
# Automatically inserted by debstd
if [ "$1" = "configure" ]; then
	ldconfig
fi