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]
/
giplet
/
giplet.install
blob
01c742803e853a400e0884a405fdd3a7a909fbd6
1
pkgname=giplet
2
3
post_install() {
4
echo ">>> It is safe to remove ~/.giplet folder from 0.16 version."
5
}
6
7
post_upgrade() {
8
echo ">>> It is safe to remove ~/.giplet folder from 0.16 version."
9
}
10
11
post_remove() {
12
post_install
13
}