summarylogtreecommitdiffstats
path: root/airdcpp-webclient-git.install
diff options
context:
space:
mode:
authorqwertzdenek2018-05-27 10:41:45 +0200
committerqwertzdenek2018-05-27 10:45:42 +0200
commit27dd97f6cf250e579659bfcc3534f9790a7bd241 (patch)
tree66fcbab7eec1427229d7e06d7c986caf793da6e6 /airdcpp-webclient-git.install
parent18ecdcfb85e694dcc33c0ec83ede488ff54f53a8 (diff)
downloadaur-27dd97f6cf250e579659bfcc3534f9790a7bd241.tar.gz
added libmaxminddb
Diffstat (limited to 'airdcpp-webclient-git.install')
-rw-r--r--airdcpp-webclient-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/airdcpp-webclient-git.install b/airdcpp-webclient-git.install
new file mode 100644
index 000000000000..8a0672309163
--- /dev/null
+++ b/airdcpp-webclient-git.install
@@ -0,0 +1,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"
+}