diff options
Diffstat (limited to 'main/linux-grsec/linux-grsec.post-install')
-rw-r--r-- | main/linux-grsec/linux-grsec.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/linux-grsec/linux-grsec.post-install b/main/linux-grsec/linux-grsec.post-install new file mode 100644 index 000000000..626046f64 --- /dev/null +++ b/main/linux-grsec/linux-grsec.post-install @@ -0,0 +1,7 @@ +#!/bin/sh + +# strip pkgrel from version +ver=${1%-r[0-9]} + +mkinitfs $ver-grsec + |