File: libcompface1.postinst

package info (click to toggle)
libcompface 1%3A1.5.2-5.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: ansic: 1,577; makefile: 225; sh: 182; perl: 28
file content (8 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

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


#DEBHELPER#