Commit 43f364fd authored by Seblu's avatar Seblu
Browse files

Remove post install script

Pacman hooks now handle these commands.
parent bdde38ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,6 @@ backup=('etc/aurbot.conf')
makedepends=('python-distribute')
makedepends=('python-distribute')
depends=('systemd' 'python' 'python-systemd')
depends=('systemd' 'python' 'python-systemd')
optdepends=('devtools')
optdepends=('devtools')
install=aurbot.install


package() {
package() {
  cd "$startdir"
  cd "$startdir"

aurbot.install

deleted100644 → 0
+0 −9
Original line number Original line Diff line number Diff line
#!/bin/bash

## arg 1:  the new package version
post_install() {
  systemd-sysusers aurbot.conf
  systemd-tmpfiles --create aurbot.conf
}

# vim:set ts=2 sw=2 ft=sh et: