mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
license
This commit is contained in:
2
autojump
2
autojump
@@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/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
|
from __future__ import division
|
||||||
import cPickle
|
import cPickle
|
||||||
import getopt
|
import getopt
|
||||||
|
|||||||
@@ -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
|
# arg 1: the new package version
|
||||||
post_install() {
|
post_install() {
|
||||||
echo " > You need to source /etc/profile in your ~/.bashrc for this to work"
|
echo " > You need to source /etc/profile in your ~/.bashrc for this to work"
|
||||||
|
|||||||
Reference in New Issue
Block a user