synOTR/Pack/scripts/postinst

5 lines
152 B
Bash

#!/bin/sh
LOG="/var/packages/${SYNOPKG_PKGNAME}/log"
ln -s $SYNOPKG_PKGDEST /usr/syno/synoman/webman/3rdparty/synOTR
date +'%c installed' >> $LOG
exit 0