diff options
Diffstat (limited to 'pcr/xtables-addons/xtables-addons.install')
-rw-r--r-- | pcr/xtables-addons/xtables-addons.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pcr/xtables-addons/xtables-addons.install b/pcr/xtables-addons/xtables-addons.install new file mode 100644 index 000000000..7194d8e71 --- /dev/null +++ b/pcr/xtables-addons/xtables-addons.install @@ -0,0 +1,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" +} |