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