summarylogtreecommitdiffstats
path: root/prey-demo.install
blob: f2b20c6f74e278b228e26de704b7b606da98e8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

post_install() {
    echo ">>> You must read and agree to the terms in the EULAs found"
    echo ">>> in /usr/share/licenses/prey-demo/ before using this software!"
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*