summarylogtreecommitdiffstats
path: root/fake-background-webcam.install
blob: f5d2717042ffd00a9b2d3b6f1c72e402ba620198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
 systemctl daemon-reload
 cat<<'EOL'
run: 
   systemctl start fake-background-webcam@0.service

see: "/usr/share/doc/fake-background-webcam/readme.md" for more details
EOL
    
}
post_upgrade() {
    post_install
}