This commit is contained in:
parent
442f977d06
commit
541158c79a
2 changed files with 4 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -7,6 +7,7 @@ license=('MIT')
|
||||||
url="https://git.hydrar.de/navos"
|
url="https://git.hydrar.de/navos"
|
||||||
source=()
|
source=()
|
||||||
sha256sums=()
|
sha256sums=()
|
||||||
|
install=navos.install
|
||||||
|
|
||||||
package_navos_desktop() {
|
package_navos_desktop() {
|
||||||
pkgdesc="Meta package for navOS Desktop"
|
pkgdesc="Meta package for navOS Desktop"
|
||||||
|
|
3
navos.install
Normal file
3
navos.install
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function post_install() {
|
||||||
|
systemctl enable NetworkManager.service
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue