File: postinst

package info (click to toggle)
nslu2-utils 20080403-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 288 kB
  • ctags: 8
  • sloc: sh: 2,832; makefile: 50
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ] && [ -x "`which update-initramfs 2>/dev/null`" ]; then
	update-initramfs -u
fi