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
This commit is contained in:
parent
f7f7716efa
commit
6e7b75abb5
|
@ -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
|
||||
|
|
5
main/postmarketos-base/postmarketos-base.post-upgrade
Normal file
5
main/postmarketos-base/postmarketos-base.post-upgrade
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/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)
|
Loading…
Reference in New Issue
Block a user