File: ldconfig.postinst

package info (click to toggle)
debmake 3.5.18
  • links: PTS
  • area: main
  • in suites: slink
  • size: 408 kB
  • ctags: 21
  • sloc: sh: 785; 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