mate-control-center: remove a mimedb cache file.
This commit is contained in:
parent
d1a22f68bf
commit
992e930cac
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mate-control-center'
|
||||
pkgname=mate-control-center
|
||||
version=1.8.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile
|
||||
--disable-update-mimedb"
|
||||
|
@ -18,6 +18,10 @@ homepage="http://mate-desktop.org"
|
|||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=de7d87befa4c0e3a4d354a0d5f728572115472f845249391a084425c230b208c
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}//usr/share/applications/mimeinfo.cache
|
||||
}
|
||||
|
||||
libmate-control-center_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue