hooks

my cpt hooks
git clone git://git.ckyln.com/hooks
Log | Files | Refs | README

post-install (164B)


      1 # -*- mode: sh -*-
      2 
      3 # Run the 'linux' script for potential kernel packages.
      4 case "$PKG" in linux-zfs|linux-[4-9].[0-9]*) . "$CPT_HOOK_DIR/post-install/linux"; esac