mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-16 06:39:56 +00:00
added qupzilla with fixed colors
This commit is contained in:
12
qupzilla/qupzilla.install
Normal file
12
qupzilla/qupzilla.install
Normal 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
|
||||
}
|
Reference in New Issue
Block a user