mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
8 lines
206 B
Text
8 lines
206 B
Text
# arg 1: the new package version
|
|
post_install() {
|
|
cat << EOF
|
|
|
|
==> In order to see all the optional dependencies of the audio-convert package, issue the
|
|
following command: "pacman -Qi audio-convert".
|
|
EOF
|
|
}
|