summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Grüter2021-10-15 16:43:00 +0200
committerLars Grüter2021-10-15 16:43:00 +0200
commit9db18b7dbf1f38d10654a326de5e9590cbb9cbc1 (patch)
tree3629fdfea54fc1d55b7e02b38256438b718a23a3
parent75d02af721c915b23286289de9da01a8a398761a (diff)
downloadaur-9db18b7dbf1f38d10654a326de5e9590cbb9cbc1.tar.gz
Include CHANGELOG.md and INSTALL.sh with reminder
-rw-r--r--.gitignore3
-rw-r--r--CHANGELOG.md0
-rw-r--r--INSTALL.sh6
-rw-r--r--PKGBUILD2
4 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4faa99e869d1..a648ca955694 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,3 @@
*.tar.zst
pkg
src
-
-# Ignore helper script
-update.sh
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/CHANGELOG.md
diff --git a/INSTALL.sh b/INSTALL.sh
new file mode 100644
index 000000000000..7aa53b3eba40
--- /dev/null
+++ b/INSTALL.sh
@@ -0,0 +1,6 @@
+# Pre- and post-install scriptlet to be packaged.
+
+post_install() {
+ echo "For periodic execution of pacautomation enable the included systemd "
+ echo "timer: systemctl enable --now pacautomation.timer"
+}
diff --git a/PKGBUILD b/PKGBUILD
index cb5b1be2423e..9cc8de594e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ license=("GPL")
depends=("python>=3.9" "hicolor-icon-theme")
optdepends=("breeze-icons: icons for desktop notifications")
backup=("etc/pacautomation.conf")
+install="INSTALL.sh"
+changelog="CHANGELOG.md"
source=("https://gitlab.com/lagru/pacautomation/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
# Update with updpkgsums
sha256sums=('a20eb44c88729232685298c3a03578cd119af34ec5b68f52b15d0ab81e4abe20')