File: postinst

package info (click to toggle)
nslu2-utils 20080403-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 288 kB
  • ctags: 10
  • sloc: sh: 2,797; makefile: 43
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