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