summarylogtreecommitdiffstats
path: root/install
blob: 2853d2faf11320c51fe20f85c3e67c895a1280e7 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Run scripts (for all required categories) in this order:"
  echo "DeleteSamples.py, nzbTo*.py, Email.py, Logger.py"

  # Uncomment the following lines when nzbget isn't run as root.
  #mkdir -m 755 /usr/share/nzbget/ppscripts/logs
  #chown -R nzbget:nzbget /usr/share/nzbget/{ppscripts,ppscripts/logs}
}