X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=packaging%2Fdebian%2Fmonkeysphere.postinst;fp=packaging%2Fdebian%2Fmonkeysphere.postinst;h=07bf468602c54146cc4f22bd0208e0317d50b8ce;hb=8324815dbc0d10791906ea355847803c1bf043fb;hp=4e811672cb7237ec9508c50a81819a863763c121;hpb=7dbd6806e538ff8732dd87fcf20bfd8271464552;p=monkeysphere.git diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index 4e81167..07bf468 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -22,7 +22,7 @@ case $1 in fi # try all available transitions: - for trans in 0.23 ; do + for trans in 0.23 0.28 ; do /usr/share/monkeysphere/transitions/$trans || { \ RET=$? echo "Failed running transition script /usr/share/monkeysphere/transitions/$trans" >&2