sv-netmount: not a metapackage, fix build

This commit is contained in:
Mateusz Sylwestrzak
2026-03-05 22:21:20 +01:00
committed by Duncan Overbruck
parent 0173fdfcf0
commit 1e7bcfe6bb
+1 -3
View File
@@ -2,7 +2,6 @@
pkgname=sv-netmount
version=0.1
revision=3
metapackage=yes
short_desc="Service to mount/umount network filesystems from fstab"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
@@ -10,7 +9,6 @@ homepage="http://www.voidlinux.org/"
depends="runit"
post_install() {
# runit services
do_install() {
vsv netmount
}