aboutsummaryrefslogtreecommitdiff
path: root/debian/libcompface1.postinst
blob: 9477913aeb6ec55b2988ecc725e1ec0f28067b0e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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


#DEBHELPER#