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 12:20:32 UTC 2012
[aur-mirror.git]
/
qavimator-svn
/
qavimator.install
blob
de23c0cbaa02d04c063db97bc72c9ef678252e1e
1
post_install() {
2
touch /usr/bin/qavimator
3
chmod 755 /usr/bin/qavimator
4
echo "#\!/bin/bash" > /usr/bin/qavimator
5
echo "cd /usr/share/qavimator" >> /usr/bin/qavimator
6
echo "exec ./qavimator" >> /usr/bin/qavimator
7
}
8
9
post_remove() {
10
rm /usr/bin/qavimator
11
}
12