Skip to content
Snippets Groups Projects
Unverified Commit 6e7b75ab authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

main/postmarketos-base: add dummy post-upgrade (MR 1964)

Add post-upgrade file with a warning, so we don't symlink it to the
post-install script.
[ci:skip-vercheck]: no need to rebuild the package

Related: build.postmarketos.org#85
parent f7f7716e
Branches
No related tags found
No related merge requests found
Pipeline #202308 passed
......@@ -21,7 +21,7 @@ depends="
util-linux
wpa_supplicant
"
install="$pkgname.post-install $pkgname.pre-upgrade"
install="$pkgname.post-install $pkgname.pre-upgrade $pkgname.post-upgrade"
triggers="$pkgname.trigger=/etc"
subpackages="
$pkgname-elogind
......
#!/bin/sh
# WARNING: do not symlink this file to postmarketos-base.post-install!
# Otherwise it will enable services, as listed in that file. And we don't want
# this to happen during upgrade, especially not automatically enabling the sshd
# service! (build.postmarketos.org#85)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment