summaryrefslogtreecommitdiff
path: root/community/gnunet/gnunet.install
blob: b9aff1dfedd8e864dd1406ec70fdcfca86834212 (plain)
1
2
3
4
5
6
7
post_install() {
  echo 'Change nobody to proper username in /etc/conf.d/gnunetd'
}

post_upgrade() {
  echo 'Change nobody to proper username in /etc/conf.d/gnunetd'
}