repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
slingshot-launcher
/
repos
/
community-x86_64
/
slingshot-launcher.install
blob
0635cceb4eac296ef0041598fdb6fcc72f705a2c
1
post_install() {
2
glib-compile-schemas /usr/share/glib-2.0/schemas
3
gtk-update-icon-cache -ftq /usr/share/icons/hicolor
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
post_remove() {
11
post_install
12
}
13
14
# vim: ts=2 sw=2 et: