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 10 04:01:21 UTC 2012
[aur-mirror.git]
/
moped
/
moped.install
blob
6f37df13b22825ffa1f5011ff7cb22d19cd67118
1
# moped.install
2
# This file is used for installation with pacman
3
4
post_install() {
5
ln -sf /usr/lib/moped/moped.py /usr/bin/moped
6
}
7
8
post_upgrade() {
9
ln -sf /usr/lib/moped/moped.py /usr/bin/moped
10
}
11
12
post_remove() {
13
rm /usr/bin/moped
14
}