diff options
Diffstat (limited to 'punani/db/punani')
-rw-r--r-- | punani/db/punani | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/punani/db/punani b/punani/db/punani deleted file mode 100644 index e5d1f383..00000000 --- a/punani/db/punani +++ /dev/null @@ -1,76 +0,0 @@ -{ - "packer-symlinks" : { - "packer" : "yaourt", - "aptitude" : "apt-get", - "bauerbill" : "yaourt" - }, - "super-packer" : { - "yaourt" : "pacman" - }, - "nano" : { - "apt-get" : "nano", - "pacman" : "nano" - }, - "vim" : { - "apt-get" : "vim", - "pacman" : "vim", - "brew" : "vim", - "yum" : "vim" - }, - "zsh" : { - "pacman" : "zsh", - "apt-get" : "zsh" - }, - "git" : { - "pacman" : "git", - "apt-get" : "git-core" - }, - "unison" : { - "apt-get" : "unison", - "pacman" : "unison" - }, - "python" : { - "apt-get" : "python", - "pacman" : "python2" - }, - "python2" : { - "apt-get" : "python", - "pacman" : "python2" - }, - "python3" : { - "apt-get" : "python3", - "pacman" : "python" - }, - "tinc" : { - "apt-get" : "tinc", - "pacman" : "tinc" - }, - "python-notify" : { - "pacman" : "python-notify", - "apt-get" : "python-notify" - }, - "python-dbus" : { - "pacman" : "dbus-python", - "apt-get" : "python-dbus" - }, - "w3m" : { - "pacman" : "w3m", - "apt-get" : "w3m" - }, - "make" : { - "pacman" : "make", - "apt-get" : "make" - }, - "perl-xml-simple" : { - "apt-get" : "libxml-simple-perl", - "pacman" : "perl-xml-simple" - }, - "hostname" : { - "pacman" : "inetutils", - "apt-get" : "hostname" - }, - "pip" : { - "pacman" : "python-pip", - "apt-get" : "python-pip" - } -} |