Repository URL to install this package:
|
Version:
6.0.24 ▾
|
#!/usr/bin/env bash
set -e
if [ "$1" = "configure" ]; then
echo "running post install script"
fi
#DEBHELPER#
exit 0