gtk+3: remove gtk-update-icon-cache... sigh.
This commit is contained in:
parent
c7549ba51d
commit
5eda6668eb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gtk+3'.
|
||||
pkgname=gtk+3
|
||||
version=3.16.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-gtk2-dependency
|
||||
|
@ -44,6 +44,7 @@ pre_configure() {
|
|||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/bin/gtk-update-icon-cache
|
||||
rm -f ${DESTDIR}/usr/share/man/man1/gtk-update-icon-cache.1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue