sdlan-lib-rs/debian/postinst

10 lines
95 B
Bash

#!/bin/sh
set -e
#DEBHELPER#
ln -sf /usr/local/punchnet/punchnet /usr/bin/punchnet
exit 0;