repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
gnome-shell-window-buttons-extension-git
/
gnome-shell-windows-button-extension-git.install
blob
122a626b517821c586f215229c7d766e1e68a5e2
1
pkgname=gnome-shell-windows-button-extension-git
2
3
post_install() {
4
glib-compile-schemas /usr/share/glib-2.0/schemas
5
}
6
7
post_upgrade() {
8
post_install "$1"
9
}
10
11
post_remove() {
12
post_install "$1"
13
}
14
15
# vim:set ts=2 sw=2 et: