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