summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Münch2020-01-26 15:08:55 +0100
committerChristian Münch2020-01-26 15:08:55 +0100
commit59e4b769798c45220a5276f8dea418ab49a0cbd2 (patch)
treeea07c553bb7acb8a996f23e96b43a72d0d8a45b0
parentb96a39027c36ad1a03d92e455e8bc99e9ab04805 (diff)
downloadaur-59e4b769798c45220a5276f8dea418ab49a0cbd2.tar.gz
Cleanup PKGBUILD
-rw-r--r--PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4871b2690c71..efebd2caa09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,3 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: Christian Münch <christian@muench-worms.de>
pkgname=pacman-auto-update
pkgver=1.0.0
@@ -19,16 +14,8 @@ source=("${pkgname}.service"
md5sums=('8813d126331d900ab7368bcab156b56d'
'e68d3424ad02a8a78de4fae56945f09f')
-#build() {
-# mkdir -p usr/lib/systemd/system
-# mv ${pkgname}.service usr/lib/systemd/system
-# mv ${pkgname}.timer usr/lib/systemd/system
-#}
-
package() {
install -d -m755 "$pkgdir/usr/lib/systemd/system"
install -m644 ${pkgname}.service "$pkgdir/usr/lib/systemd/system/"
install -m644 ${pkgname}.timer "$pkgdir/usr/lib/systemd/system/"
- #ln -s ${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
- #ln -s ${pkgname}.timer ${pkgdir}/usr/lib/systemd/system/${pkgname}.timer
}