summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2015-08-10 22:24:51 +0200
committerAnthony Ruhier2015-08-10 22:24:51 +0200
commitadd5f6420ec861ce24424f0dad67598f912084ec (patch)
treeac3027d920f6db660a1c50b5c55fa21e4d02cf07
parent98bc7b9c9cf1bb268e7b5a173c4e4ee46e63ebf0 (diff)
downloadaur-add5f6420ec861ce24424f0dad67598f912084ec.tar.gz
Add instructions to init the config file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--headphones.install6
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216f13f265f2..f5dc9c59c5dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = headphones
pkgdesc = Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
pkgver = 0.5.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rembo10/headphones
install = headphones.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 907fc9b99731..e18d0570c8e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=headphones
pkgname=${_name}
pkgver=0.5.8
-pkgrel=1
+pkgrel=2
pkgdesc="Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole."
arch=('any')
url="https://github.com/rembo10/${_name}"
diff --git a/headphones.install b/headphones.install
index c2210dab0479..312d6c245c0c 100644
--- a/headphones.install
+++ b/headphones.install
@@ -11,6 +11,12 @@ post_install() {
chmod 775 /run/${_NAME}
fi
+ echo ""
+ echo "To fill the configuration file (/opt/headphones/config.ini), do:"
+ echo " systemctl start headphones; systemctl stop headphones"
+ echo ""
+ echo "It should dump the initial configuration that you can now modify."
+ echo ""
}
post_upgrade() {