added qupzilla with fixed colors

This commit is contained in:
arcan1s
2014-01-29 05:55:46 +04:00
parent b561c558f7
commit a600a571ca
3 changed files with 92 additions and 0 deletions

12
qupzilla/qupzilla.install Normal file
View File

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}