qulogic/gplugin

this appears to maybe be working.. ish?
feature/perl-loader
2015-10-12, Gary Kramlich
7655920e36f5
file isExecutable
this appears to maybe be working.. ish?
#!/bin/sh
set -e
if [ "$1" = "remove" ] ; then
ldconfig
fi
#DEBHELPER#
exit 0