projects
/
fake-hwclock.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e7e20da0961697bec58464466b9df3d9f03db538
[fake-hwclock.git]
/
debian
/
fake-hwclock.postinst
1
#!/bin/sh
2
3
set -e
4
5
case "${1:-}" in
6
configure|reconfigure)
7
command -v update-initramfs >/dev/null 2>&1 && update-initramfs -u
8
;;
9
esac
10
11
#DEBHELPER#