7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh -e
|
|
|
|
version=6.12.33+deb13progress8-powerpc
|
|
|
|
linux-run-hooks headers postinst $version -- "$@"
|
|
|
|
exit 0
|