summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--punani/tightnani/tightnani_db26
-rwxr-xr-xpunani/tightnani/tinani (renamed from punani/tightnani/tightnani_client)0
2 files changed, 25 insertions, 1 deletions
diff --git a/punani/tightnani/tightnani_db b/punani/tightnani/tightnani_db
index 6ae8098c..3641350d 100644
--- a/punani/tightnani/tightnani_db
+++ b/punani/tightnani/tightnani_db
@@ -28,5 +28,29 @@
"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"
+ }
}
diff --git a/punani/tightnani/tightnani_client b/punani/tightnani/tinani
index 8caf669e..8caf669e 100755
--- a/punani/tightnani/tightnani_client
+++ b/punani/tightnani/tinani