mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
10 lines
81 B
Text
10 lines
81 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
ldconfig
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|