Skip to content

Commit

Permalink
Try adding some diagnostic output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 20, 2024
1 parent 14ed478 commit 38e2868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions successor/pkg/debian/postinst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh -e

echo "[postinst] DEBUG: $*"
echo "[postinst] ERROR: $*"

case "$1" in
upgrade|remove)
# Remove symbolic links
Expand Down
3 changes: 3 additions & 0 deletions successor/pkg/debian/prerm
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh -e

echo "[prerm] DEBUG: $*"
echo "[prerm] ERROR: $*"

case "$1" in
upgrade|remove)
# Remove symbolic links
Expand Down

0 comments on commit 38e2868

Please sign in to comment.