6e7b75abb5
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
5 lines
279 B
Bash
5 lines
279 B
Bash
#!/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)
|