summarylogtreecommitdiffstats
path: root/.install
blob: 3f3e2f1055e8fb498eb6574a548eb75970ea34fa (plain)
1
2
3
4
5
6
post_install(){
   printf "The code on github is currently out of date, and I bypass the check by cp && rename electron"
}
post_upgrade(){
   post_install
}