Compare commits

..

No commits in common. "7967342045a68d6cfa4f4b3b2fc43b553e1e427a" and "54e1c740b1a4ec0ee67d39e1f91c62f99d6f742a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ contents:
# Scripts to run during installation/removal (optional) # Scripts to run during installation/removal (optional)
scripts: scripts:
preinstall: /app/resources/scripts/preinstall.sh preinstall: ./scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh # postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh # preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh # postremove: ./scripts/postremove.sh

View File

@ -28,7 +28,7 @@ contents:
# Scripts to run during installation/removal (optional) # Scripts to run during installation/removal (optional)
scripts: scripts:
preinstall: /app/resources/scripts/preinstall.sh preinstall: ./scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh # postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh # preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh # postremove: ./scripts/postremove.sh