openbox: remove openbox-gnome.desktop which doesn't work with gnome3.

This commit is contained in:
Juan RP 2012-01-16 18:25:27 +01:00
parent b6f1a578e7
commit c19cee9dff

View file

@ -1,6 +1,7 @@
# Template file for 'openbox'
pkgname=openbox
version=3.5.0
revision=1
homepage="http://www.openbox.org"
distfiles="http://icculus.org/openbox/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure
@ -46,3 +47,8 @@ Add_dependency build libXcursor-devel
Add_dependency build libXinerama-devel
Add_dependency build imlib2-devel
Add_dependency build pango-devel
post_install() {
# Doesn't work with GNOME3.
rm -f ${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
}