summaryrefslogtreecommitdiffstats
path: root/arch/tde-extra/tde-akode/tde-akode.install
blob: 30e6e407fb7e0e4419846daab3d0a6bc13e9c859 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
   ldconfig &> /dev/null
}

post_upgrade() {
   post_install
}

post_remove() {
   post_install
}