summarylogtreecommitdiffstats
path: root/snapper-gui.install
blob: a7136fa7c6af98e3e1589c4b20ab982a37105998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

post_install() {
    echo ">>>"
    echo ">>> You must create a default config with snapper cli named root first."
    echo ">>> Run 'snapper -c root create-config /' as root"
    echo ">>>"
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

post_remove() {
    /bin/true
}
op=$1
shift

$op $*