summarylogtreecommitdiffstats
path: root/instamancer.install
blob: feda4d61f6d92d52643815b7dee7309f948218f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cd /usr/lib/node_modules/instamancer/node_modules/puppeteer
    node install.js
}

post_upgrade() {
    cd /usr/lib/node_modules/instamancer/node_modules/puppeteer
    node install.js
}