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 Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
archmobile-dev
/
archmobile-dev.install
blob
786e413adda3ad19c331980b439d35216a5754ef
1
post_install() {
2
/opt/archmobile/install `arch`
3
echo "Archmobile-dev is now installed."
4
echo "Scripts you may want to use:"
5
echo " /sbin/makearmpkg"
6
echo " /sbin/archmobile_enter"
7
}
8
9
pre_upgrade() {
10
rm /sbin/archmobile_enter
11
rm /sbin/makearmpkg
12
}
13
14
pre_remove() {
15
rm /sbin/archmobile_enter
16
rm /sbin/makearmpkg
17
}