kio: comment

This commit is contained in:
Chaoting Liu 2016-03-13 18:32:31 +00:00
parent 42c3e1733d
commit 865c1b1a5f

View File

@ -32,7 +32,8 @@ package() {
cd build
make DESTDIR="${pkgdir}" install
msg 'change DuckDuckGo search'
cd ${pkgdir}/usr/share/kservices5/searchproviders/
sed 's/kde/chakra/g' -i duckduckgo*
# the following is comment out, waiting for discision being made.
# msg 'change DuckDuckGo search'
# cd ${pkgdir}/usr/share/kservices5/searchproviders/
# sed 's/kde/chakra/g' -i duckduckgo*
}