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 Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git]
/
rpgds
/
rpgds.install~
blob
ad8a6e542e4822871b7c9befdeee570180941990
1
post_install() {
2
ln -s /home/`whoami`/RPGds/launch_application.sh /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
}