mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
221 B
Text
15 lines
221 B
Text
|
post_install() {
|
||
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||
|
update-desktop-database /usr/share/applications
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
# vim:set ts=2 sw=2 et:
|