File: postinst

package info (click to toggle)
vdk2 2.4.0-5.6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,448 kB
  • sloc: cpp: 26,950; sh: 10,942; ansic: 9,220; makefile: 605; perl: 113
file content (8 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/sh -e

if [ "$1" = "configure" ]; then
	ldconfig
fi

#DEBHELPER#