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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
crystalgimp
/
crystalgimp.install
blob
2487a56fd873624bb61f5f874c17b70148c94b44
1
post_install() {
2
cat << EOF
3
==> The theme is installed globally. However, each user who wants to use it needs to:
4
==> - Start The Gimp,
5
==> - File->Preferences->Theme,
6
==> - Select "Crystal" from the list,
7
==> - Accept the changes and you are done! :)
8
EOF
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
op=$1
16
shift
17
$op $*