Abort the postinst script when errors are present.
This commit is contained in:
parent
b02f2eaffd
commit
15637db2cc
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
# Post install ybcon script
|
# Post install ybcon script
|
||||||
|
|
||||||
ybconDir="@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_DATAROOTDIR@/ybcon.d"
|
ybconDir="@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_DATAROOTDIR@/ybcon.d"
|
||||||
|
|
Loading…
Reference in New Issue