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 Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git]
/
compiz-core-unity-git
/
compiz-core-unity-git.install
blob
f3f8dc7eed86299ac49a8ace9d2e3ee0f17b9a02
1
REDB=$'\x1b[31;1m'
2
NC=$'\x1b[0m'
3
post_install() {
4
cat <<-EndOfMessage
5
In order to succesfully run Compiz 0.9.x, execute:
6
7
$ $REDB compiz-git --replace --sm-disable --ignore-desktop-hints ccp $NC
8
9
EndOfMessage
10
/bin/true
11
}
12
13
post_upgrade() {
14
post_install
15
}
16