gtk+: move /etc to main pkg.

This commit is contained in:
Juan RP 2013-04-15 18:36:17 +02:00
parent d4eb042205
commit 9a2d951629

View file

@ -1,7 +1,7 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.24.17
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-cups --with-xinput"
short_desc="The GTK+ toolkit (v2)"
@ -54,6 +54,7 @@ gtk+_package() {
conf_files="/etc/gtk-2.0/im-multipress.conf"
triggers="gtk-immodules"
pkg_install() {
vmove etc
vmove usr
}
}