summarylogtreecommitdiffstats
path: root/airdcpp-webclient-git.install
blob: 8a067230916318d0b2ce8529384f90f9075213e2 (plain)
1
2
3
4
5
post_install() {
  echo "Enable service by:"
  echo "# su -s /bin/bash -c 'exec airdcppd -c=/var/lib/airdcpp --configure' airdcpp"
  echo "# systemctl enable airdcpp"
}