upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / slingshot-launcher / repos / community-x86_64 / slingshot-launcher.install
blob0635cceb4eac296ef0041598fdb6fcc72f705a2c
1 post_install() {
2   glib-compile-schemas /usr/share/glib-2.0/schemas
3   gtk-update-icon-cache -ftq /usr/share/icons/hicolor
6 post_upgrade() {
7   post_install
10 post_remove() {
11   post_install
14 # vim: ts=2 sw=2 et: