Removed reference to aur_repo.service

This commit is contained in:
Beth Parker 2017-07-12 22:19:55 -05:00
parent 0fbee0e8f9
commit c697dd4a23

View file

@ -32,5 +32,4 @@ package() {
cd "$srcdir/$pkgname"
python setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm544 aur_repo.service "$pkgdir/etc/systemd/system/aur_repo.service"
}