[pytango] 258/483: post install script doesn't need to do anything... for now

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 4fc66b705043e2c20e7fe4046849552808e70b83
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Sun May 19 20:45:04 2013 +0000

    post install script doesn't need to do anything... for now
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22687 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 scripts/winpostinstall.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/scripts/winpostinstall.py b/scripts/winpostinstall.py
index 2089f5e..4c698e7 100644
--- a/scripts/winpostinstall.py
+++ b/scripts/winpostinstall.py
@@ -51,13 +51,7 @@ def remove():
     print ("removing PyTango")
     
 def install():
-    tango = find_tango_dll()
-    if tango is None:
-        print("Could NOT find Tango C++!")
-        install_tango_dll()
-    else:
-        print("Found tango at " + tango)
-        return
+    print ("installing PyTango")
 
 def main():
     if len(sys.argv) < 2:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list