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 Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
gtk-vector-screenshot
/
gtk-vector-screenshot.install
blob
cf04619dc9060127b8835237a149252760c64757
1
post_install() {
2
post_remove
3
cat << EOF
4
5
>>> In order to take a vectorial screenshot of a gtk3 application,
6
>>> remember to add "gtk-vector-screenshot" to the GTK_MODULES environment variable.
7
8
EOF
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
update-desktop-database -q
17
}