We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e3285 commit 9e7eb04Copy full SHA for 9e7eb04
1 file changed
pkgbuild/PKGBUILD
@@ -11,7 +11,7 @@ depends=('systemd-libs' 'util-linux')
11
makedepends=('git' 'rust' 'cargo')
12
provides=('systemd-swap')
13
conflicts=('systemd-swap-git' 'systemd-swap')
14
-backup=('etc/systemd/swap.conf' 'etc/sysctl.d/91-memory.conf')
+backup=('etc/systemd/swap.conf')
15
source=("git+${url}.git")
16
sha256sums=('SKIP')
17
replaces=('auto-zram-and-swappiness' 'systemd-oomd-defaults')
@@ -44,7 +44,4 @@ package() {
44
# Install man pages
45
install -Dm644 man/swap.conf.5 "${pkgdir}/usr/share/man/man5/swap.conf.5"
46
install -Dm644 man/systemd-swap.8 "${pkgdir}/usr/share/man/man8/systemd-swap.8"
47
-
48
- # Install sysctl tuning (recommended kernel parameters)
49
- install -Dm644 include/91-memory.conf "${pkgdir}/etc/sysctl.d/91-memory.conf"
50
}
0 commit comments