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 18 08:00:29 UTC 2012
[aur-mirror.git]
/
guitarix2
/
guitarix2.install
blob
592740d0daa68ec080069314348b2abb93359e13
1
post_install() {
2
cat << EOF
3
4
>>> If you get segmentation fault while running guitarix, try deleting the configuration file:
5
>>>
6
>>> rm ~/.gx_head/gx_head_rc
7
8
EOF
9
post_remove
10
}
11
12
post_upgrade() {
13
post_install
14
}
15
16
post_remove() {
17
update-desktop-database -q
18
}