gvfs: add gnome-open symlink to gvfs-open.

This commit is contained in:
davehome 2013-06-04 13:43:56 -06:00
parent 76805ede38
commit 30992c8b0b

View file

@ -1,7 +1,7 @@
# Template file for 'gvfs'
pkgname=gvfs
version=1.16.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-hal --disable-afc
--with-bash-completion-dir=/usr/share/bash-completion/completions"
@ -28,6 +28,7 @@ gvfs-devel_package() {
gvfs_package() {
pkg_install() {
cd ${DESTDIR}/usr/bin && ln -sf gvfs-open gnome-open
vmove usr
}
}