summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2021-06-07 17:17:44 +0200
committerAlexander Bocken2021-06-07 17:17:44 +0200
commit3735e74fe177a06d99bc715cf5a3d5052787fb2b (patch)
tree61d5a0bc5bfb917586543ec2e5a71e7fd68e13e2
parent4ca0c576a3b775b3d38a1fce9edd214b20db8e0d (diff)
downloadaur-3735e74fe177a06d99bc715cf5a3d5052787fb2b.tar.gz
nicer display for post_install
-rw-r--r--PKGBUILD2
-rw-r--r--threadwatcher.install3
2 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0a093df907b..ec010ddaf8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bocken <alexander@bocken.org>
pkgname=threadwatcher
pkgver=r9.40693f4
-pkgrel=1
+pkgrel=2
pkgdesc="Keep a list of 4chan threads to watch over and continually download media from"
arch=(any)
depends=(
diff --git a/threadwatcher.install b/threadwatcher.install
index 9c2d6c4d0a50..0fc1908f714b 100644
--- a/threadwatcher.install
+++ b/threadwatcher.install
@@ -1,3 +1,4 @@
post_install() {
- printf "\tTo let threadwatcher automatically scan for new files, consider using a cronjob such as\n\t\t*/10 * * * * /usr/bin/threadwatcher scan"
+ echo " To let threadwatcher automatically scan for new files, consider using a cronjob such as"
+ echo " */10 * * * * /usr/bin/threadwatcher scan"
}