mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
9 lines
109 B
Text
9 lines
109 B
Text
post_install() {
|
|
echo '
|
|
> config file: /etc/Multiwfn/settings.ini
|
|
'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|