Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149504
b: refs/heads/master
c: 4964451
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Sam Ravnborg committed Jun 9, 2009
1 parent 95bf031 commit 510988c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a89b433bddea41a743d7937c87be5290ef4f1057
refs/heads/master: 4964451a321cfd6a05ea32af1317345c53b3ecb7
5 changes: 4 additions & 1 deletion trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# builddeb 1.2
# builddeb 1.3
# Copyright 2003 Wichert Akkerman <wichert@wiggy.net>
#
# Simple script to generate a deb package for a Linux kernel. All the
Expand Down Expand Up @@ -75,6 +75,9 @@ for script in postinst postrm preinst prerm ; do
set -e
# Pass maintainer script parameters to hook scripts
export DEB_MAINT_PARAMS="\$@"
test -d /etc/kernel/$script.d && run-parts --arg="$version" /etc/kernel/$script.d
exit 0
EOF
Expand Down

0 comments on commit 510988c

Please sign in to comment.