diff options
Diffstat (limited to 'community/gnunet/gnunet.install')
-rw-r--r-- | community/gnunet/gnunet.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/gnunet/gnunet.install b/community/gnunet/gnunet.install new file mode 100644 index 000000000..b9aff1dfe --- /dev/null +++ b/community/gnunet/gnunet.install @@ -0,0 +1,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' +} |