summaryrefslogtreecommitdiff
path: root/pcr/xtables-addons/xtables-addons.install
blob: 7194d8e71a938e0fad3499aef008e4a98b151466 (plain)
1
2
3
4
5
6
post_install() {
    echo "Please run \`depmod -a\` or reboot before load modules"
}
post_upgrade() {
    echo "Please run \`depmod -a\` or reboot before load modules"
}