summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--sentrum.sysusers1
-rw-r--r--sentrum.tmpfiles1
4 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2426b851d259..656b900ff55e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,6 @@ pkgbase = sentrum-git
options = !lto
backup = etc/sentrum/sentrum.toml
source = git+https://github.com/sommerfelddev/sentrum
- source = sentrum.sysusers
- source = sentrum.tmpfiles
sha256sums = SKIP
pkgname = sentrum-git
diff --git a/PKGBUILD b/PKGBUILD
index 71d3587e02d4..2f00e233d284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,7 @@ url="https://github.com/sommerfelddev/$_pkgname"
license=('MIT')
depends=('gcc-libs' 'glibc' 'openssl')
makedepends=('cargo' 'git')
-source=("git+$url"
- "$_pkgname.sysusers"
- "$_pkgname.tmpfiles")
+source=("git+$url")
sha256sums=('SKIP')
backup=("etc/$_pkgname/$_pkgname.toml")
options=('!lto')
diff --git a/sentrum.sysusers b/sentrum.sysusers
deleted file mode 100644
index 9fe53d31d167..000000000000
--- a/sentrum.sysusers
+++ /dev/null
@@ -1 +0,0 @@
-u sentrum - - /var/lib/sentrum
diff --git a/sentrum.tmpfiles b/sentrum.tmpfiles
deleted file mode 100644
index f536a7b2c49e..000000000000
--- a/sentrum.tmpfiles
+++ /dev/null
@@ -1 +0,0 @@
-d /var/lib/sentrum 0770 sentrum sentrum - -