summarylogtreecommitdiffstats
path: root/esp8089.install
blob: 2d15a564a9a6f6a2ce276a3a71b25bbd96ecdcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    depmod -a $(uname -r)
}

post_upgrade() {
   post_install
}

post_remove() {
   post_install
}