mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 10:52:47 +01:00
12 lines
149 B
Text
12 lines
149 B
Text
|
|
post_install() {
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
}
|
|
|
|
post_update() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|