summarylogtreecommitdiffstats
path: root/moped.install
blob: 6f37df13b22825ffa1f5011ff7cb22d19cd67118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# moped.install
# This file is used for installation with pacman

post_install() {
    ln -sf /usr/lib/moped/moped.py /usr/bin/moped
}

post_upgrade() {
    ln -sf /usr/lib/moped/moped.py /usr/bin/moped
}

post_remove() {
    rm /usr/bin/moped
}