gnome-shell: remove gtk-doc dir.
This commit is contained in:
parent
0560a0137c
commit
c19a7a9470
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue