diff options
| author | root <root@kremium> | 2011-12-01 20:59:27 +0100 |
|---|---|---|
| committer | root <root@kremium> | 2011-12-01 20:59:27 +0100 |
| commit | 2d733f93b82a1c11a014af1a3dd07d3540282356 (patch) | |
| tree | ec23111722523ec03ec7d35e708735cf787c6f79 /punani/db | |
| parent | bfa204a580a503a216cedbedd36586fb00458181 (diff) | |
| parent | 4be0c81eafe0f315b91eb13d5d9aa8886faef308 (diff) | |
Merge branch 'master' of http://github.com/krebscode/painload
Diffstat (limited to 'punani/db')
| -rw-r--r-- | punani/db/punani | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/punani/db/punani b/punani/db/punani new file mode 100644 index 00000000..df471f3a --- /dev/null +++ b/punani/db/punani @@ -0,0 +1,64 @@ +{ + "packer-symlinks" : { + "packer" : "yaourt", + "aptitude" : "apt-get", + "bauerbill" : "yaourt" + }, + "super-packer" : { + "yaourt" : "pacman" + }, + "vim" : { + "apt-get" : "vim", + "pacman" : "vim", + "brew" : "vim", + "yum" : "vim" + }, + "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", + "yaourt" : "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" + } +} |
