added install script to enable systemd autostart
This commit is contained in:
7
calamares-install.install
Normal file
7
calamares-install.install
Normal file
@ -0,0 +1,7 @@
|
||||
post_install() {
|
||||
chmod +x /usr/bin/calamares-launch-script
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Reference in New Issue
Block a user