File: ldconfig.postinst

package info (click to toggle)
debmake 3.5.11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 408 kB
  • ctags: 22
  • sloc: sh: 763; makefile: 217
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
4
# Automatically inserted by debstd on #DATE#
if [ "$1" = "configure" ]; then
	ldconfig
fi