mate-control-center: remove a mimedb cache file.
This commit is contained in:
parent
d1a22f68bf
commit
992e930cac
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mate-control-center'
|
# Template file for 'mate-control-center'
|
||||||
pkgname=mate-control-center
|
pkgname=mate-control-center
|
||||||
version=1.8.2
|
version=1.8.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile
|
configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile
|
||||||
--disable-update-mimedb"
|
--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"
|
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||||
checksum=de7d87befa4c0e3a4d354a0d5f728572115472f845249391a084425c230b208c
|
checksum=de7d87befa4c0e3a4d354a0d5f728572115472f845249391a084425c230b208c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -f ${DESTDIR}//usr/share/applications/mimeinfo.cache
|
||||||
|
}
|
||||||
|
|
||||||
libmate-control-center_package() {
|
libmate-control-center_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue