gnome-shell: remove gtk-doc dir.

This commit is contained in:
Juan RP 2012-09-28 04:40:37 +02:00
parent 0560a0137c
commit c19a7a9470
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gnome-shell'
pkgname=gnome-shell
version=3.6.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-schemas-compile --with-systemd"
depends="caribou pulseaudio mesa-demos desktop-file-utils"
@ -26,3 +26,7 @@ long_desc="
advantage of the capabilities of modern graphics hardware and introduces
innovative user interface concepts to provide a visually attractive and
easy to use experience."
post_install() {
rm -rf ${DESTDIR}/usr/share/gtk-doc
}