Commit 9475f051 authored by Seblu's avatar Seblu
Browse files

ipset up



git-svn-id: https://seblu.net/s/archpkg@11 02741741-5192-46b8-8916-7152b19231d9
parent 00f4ba18
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,8 +2,14 @@
# arg 2:  the old package version

post_install () {
  echo "****************************************************************"
  echo "This package build kernel module!"
  echo "You need to rebuild it everytime you update your kernel version."
  echo "****************************************************************"
}

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 ft=sh et: