File: libcompfaceg1.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 (13 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

PACKAGE="libcompfaceg1"

# FSSTND compatible symlinks
if [ "$1" = "configure" ]; then
		# Fix libs
		ldconfig
fi

#DEBHELPER#