9 lines
103 B
Text
9 lines
103 B
Text
|
post_install() {
|
||
|
cat /usr/share/parchlinux/zsh/install.txt
|
||
|
}
|
||
|
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|