Skip to content

Commit

Permalink
slot-ctrl: fix binary name in postinst (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangirsh authored Apr 3, 2024
1 parent fe35282 commit c7c6784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb-slot-ctrl/debpkg/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
# install get-slot
ln -s /usr/bin/slot-ctrl /usr/bin/get-slot
ln -s /usr/bin/orb-slot-ctrl /usr/bin/get-slot
fi

0 comments on commit c7c6784

Please sign in to comment.