mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-11-09 22:00:04 +00:00
12 lines
145 B
Text
12 lines
145 B
Text
|
post_install() {
|
||
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|