mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
17 lines
213 B
Text
17 lines
213 B
Text
|
post_install() {
|
||
|
cat << EOF
|
||
|
GNOME-VFS support:
|
||
|
==> If you want to use GNOME Virtual FileSystem (experimental support):
|
||
|
==> 'pacman -S gnome-vfs'.
|
||
|
EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
|
||
|
$op $*
|