sourcegit/build/resources/deb/DEBIAN/postinst

5 lines
No EOL
97 B
Bash
Executable file

#!bin/sh
echo 'Create link on /usr/bin'
ln -s /opt/sourcegit/sourcegit /usr/bin/sourcegit
exit 0