quakeforge/debian/quakeforge-libs-gl.postinst

10 lines
81 B
Bash

#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0