From: wangbiao Date: Thu, 14 Mar 2024 01:48:49 +0000 (+0900) Subject: Force to change sehbang in /usr/bin/gbs to python2 X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042503~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=551967fbd297bc1705c24cf15272edfc90608296;p=tools%2Fgbs.git Force to change sehbang in /usr/bin/gbs to python2 Change-Id: Id46ae816a5627d936cadee16ba65176d5c1bc457 Signed-off-by: wangbiao --- diff --git a/debian/gbs.postinst b/debian/gbs.postinst new file mode 100644 index 0000000..9533048 --- /dev/null +++ b/debian/gbs.postinst @@ -0,0 +1 @@ +sed -i '1s/.*/\#\!\/usr\/bin\/python2/g' /usr/bin/gbs