mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 19:49:34 +01:00
9 lines
96 B
Text
9 lines
96 B
Text
post_install() {
|
|
echo '
|
|
> config file: /etc/multiwfn
|
|
'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|