added install script to enable systemd autostart

This commit is contained in:
davedatum
2020-02-15 12:22:54 +00:00
parent f765844154
commit 872c127908
5 changed files with 41 additions and 9 deletions

View File

@ -0,0 +1,7 @@
post_install() {
chmod +x /usr/bin/calamares-launch-script
}
post_upgrade() {
post_install
}