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