1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Joel Schaerer 2009-02-12 20:23:49 +01:00
parent 380d788549
commit 730b9836fa
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/python
#This code is licensed under the GPL, version 3.
#A full copy of the license can be obtained by contacting the author at the following email adress: joel.schaerer@laposte.net
from __future__ import division
import cPickle
import getopt

View File

@ -1,3 +1,6 @@
#This code is licensed under the GPL, version 3.
#A full copy of the license can be obtained by contacting the author at the following email adress: joel.schaerer@laposte.net
# arg 1: the new package version
post_install() {
echo " > You need to source /etc/profile in your ~/.bashrc for this to work"