summarylogtreecommitdiffstats
path: root/octopi.install
blob: 955ac0af12873c5ee2cbdc27320ae9c8aaf44d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {

  systemctl enable octopi.service &> /dev/null
}

post_upgrade() {

  post_install $1
}

post_remove() {

  systemctl disable octopi.service &> /dev/null
}