qulogic/gplugin

ef531afbb1c6
file isExecutable
flow: Promoted 'trunk' (22bf185b75f0) to 'feature/mono'.
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0