6 lines
67 B
Text
6 lines
67 B
Text
#!/bin/sh
|
|
case "${ACTION}" in
|
|
post)
|
|
generate-zbm
|
|
;;
|
|
esac
|