summarylogtreecommitdiffstats
path: root/ipt_ndpi.install
diff options
context:
space:
mode:
Diffstat (limited to 'ipt_ndpi.install')
-rw-r--r--ipt_ndpi.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ipt_ndpi.install b/ipt_ndpi.install
deleted file mode 100644
index 47e5a2bfa5f6..000000000000
--- a/ipt_ndpi.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- linux_custom="ARCH"
- linux_localversion=""
- kernver="`pacman -Ql linux${linux_localversion} |gawk 'match($0, /^(.*)modules\/([0-9.-]+-(.*)-'${linux_custom}')\/$/, a) {print a[2]}'`"
- echo -e "Probe modules"
- depmod ${kernver}
-}
-
-post_remove() {
- post_install
-}
-
-post_upgrade() {
- post_install
-}