Skip to content

Commit

Permalink
Postinst script for moving .pth file to site-packages
Browse files Browse the repository at this point in the history
Signed-off-by: aj4ayushjain <[email protected]>
  • Loading branch information
aj4ayushjain committed Aug 7, 2019
1 parent 2b98007 commit 4551d30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

#Set executable
set -e


# Adds the bundled modules path to PYTHONPATH via the .pth file
mv /usr/lib/python2.7/dist-packages/sc.pth ~/.local/lib/python2.7/site-packages

exit 0;

0 comments on commit 4551d30

Please sign in to comment.