summaryrefslogtreecommitdiffstats
path: root/punani/tightnani/tightnani_db
diff options
context:
space:
mode:
Diffstat (limited to 'punani/tightnani/tightnani_db')
-rw-r--r--punani/tightnani/tightnani_db60
1 files changed, 0 insertions, 60 deletions
diff --git a/punani/tightnani/tightnani_db b/punani/tightnani/tightnani_db
deleted file mode 100644
index 318f0e27..00000000
--- a/punani/tightnani/tightnani_db
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "packer-symlinks" : {
- "packer" : "yaourt",
- "aptitude" : "apt-get",
- "bauerbill" : "yaourt"
- },
- "super-packer" : {
- "yaourt" : "pacman"
- },
- "vim" : {
- "apt-get" : "vim",
- "pacman" : "vim",
- "brew" : "vim",
- "yum" : "vim"
- },
- "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"
- }
-}