0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-19 10:20:45 +00:00
quakeforge/debian/quakeforge-libs-sw.postinst

10 lines
81 B
Text
Raw Normal View History

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