updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / archmobile-dev / archmobile-dev.install
blob786e413adda3ad19c331980b439d35216a5754ef
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"
9 pre_upgrade() {
10    rm /sbin/archmobile_enter
11    rm /sbin/makearmpkg
14 pre_remove() {
15    rm /sbin/archmobile_enter
16    rm /sbin/makearmpkg