X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osmclient.postinst;fp=debian%2Fpython3-osmclient.postinst;h=f78b5cb66c91dd9ba538f2d2e1552dda32f8bfdf;hb=4335f9962fec0516628b5d0b8337fc977e55669c;hp=75ec83fd1aa8c58164de719a0770274ba690511c;hpb=c27c98a9cd08703d7e9b9aefdf6cf961a3b73f5a;p=osm%2Fosmclient.git diff --git a/debian/python3-osmclient.postinst b/debian/python3-osmclient.postinst index 75ec83f..f78b5cb 100644 --- a/debian/python3-osmclient.postinst +++ b/debian/python3-osmclient.postinst @@ -15,8 +15,7 @@ ## echo "POST INSTALL OSMCLIENT" -#Install pyangbind, required for python3-osm-im -python3 -m pip install pyangbind verboselogs + #configure autocomplete for osmclient [ -z "$SUDO_USER" ] && SUDO_USER="$USER" su $SUDO_USER -c 'mkdir -p $HOME/.bash_completion.d' @@ -27,4 +26,3 @@ then echo " inserting .bash_completion.d/osm-complete.sh execution at .bashrc" su $SUDO_USER -c 'echo ". ${HOME}/.bash_completion.d/osm-complete.sh" >> ${HOME}/.bashrc' fi -