quakeforge/debian/quakeforge-libs-gl.postinst

10 lines
81 B
Plaintext
Raw Normal View History

2001-10-14 12:19:16 +00:00
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0