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 16:02:00 UTC 2012
[aur-mirror.git]
/
rpgds
/
rpgds.install
blob
315885cd652f3a52f5d0f50d6bc9cce82672c3ad
1
post_install() {
2
echo '/home/`whoami`/RPGds/launch_application' > /usr/bin/rpgds && chmod 755 /usr/bin/rpgds
3
echo 'You can start this program by typing this: "rpgds"'
4
}
5
post_remove() {
6
rm -rf ~/RPGds
7
rm /usr/bin/rpgds
8
}