Merge pull request #6450 from the-maldridge/wps-update
wps-office: add update file and template cleanup
This commit is contained in:
commit
eca1ddb267
|
@ -55,10 +55,4 @@ do_install() {
|
|||
rm ${DESTDIR}/opt/kingsoft/wps-office/README.txt
|
||||
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/font*
|
||||
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