Adding debian version 20140808-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
73a53afa8d
commit
4779200347
7 changed files with 103 additions and 0 deletions
22
debian/firmware-ast.postinst
vendored
Executable file
22
debian/firmware-ast.postinst
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case "${1}" in
|
||||
configure)
|
||||
dpkg-trigger --no-await update-initramfs
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "postinst called with unknown argument \`${1}'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue