7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
post_install() {
|
|
chmod +x /usr/bin/calamares-launch-script
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |