wps-office: add update file and template cleanup
This commit is contained in:
parent
9879e7e679
commit
a03f0228e1
|
@ -55,10 +55,4 @@ do_install() {
|
||||||
rm ${DESTDIR}/opt/kingsoft/wps-office/README.txt
|
rm ${DESTDIR}/opt/kingsoft/wps-office/README.txt
|
||||||
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/font*
|
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/font*
|
||||||
rm ${DESTDIR}/opt/kingsoft/wps-office/install_fonts
|
rm ${DESTDIR}/opt/kingsoft/wps-office/install_fonts
|
||||||
rm -rf ${DESTDIR}/usr/include
|
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
|
||||||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
|
||||||
rm -rf ${DESTDIR}/usr/bin/libpng*
|
|
||||||
rm -f ${DESTDIR}/usr/lib/*.so
|
|
||||||
rm -f ${DESTDIR}/usr/lib/*.a
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
site=http://wps-community.org/downloads
|
||||||
|
pattern='wps-office_\K[\d.]+(?=.*_x86.tar.xz)'
|
Loading…
Reference in New Issue