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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gtk2-theme-slickness
/
info.install
blob
21d8d4988196704cc2b7edcb6a53f79850cd53d7
1
post_install() {
2
cat << EOF
3
>> For Firefox: /usr/share/themes/SlicknesS/userChrome.css
4
>> For Thunderbird: /usr/share/themes/SlicknesS/thunderbird/userChrome.css
5
>> Changelog: /usr/share/themes/SlicknesS/changelog.txt
6
EOF
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
# vim:set ts=2 sw=2 et: