aboutsummaryrefslogtreecommitdiff
path: root/debian/libcompfaceg1.postinst
blob: dbd5217e3efa0260a5b72974195e8782b9bf2cce (plain)
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#