summaryrefslogtreecommitdiffstats
path: root/punani/tightnani/tightnani_db
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-11-16 19:29:44 +0100
committermakefu <github@syntax-fehler.de>2011-11-16 19:29:44 +0100
commitf5c086a61ed2cf493d2e6edb0edf0f32230bb615 (patch)
treed88b666f45a492176fc32c1d7b423573294a203d /punani/tightnani/tightnani_db
parentfb10cccee4a7683777e2009aeb104ceca61ef05e (diff)
//punani/tightnani_client: initial commit
the tigtnani client finds your package manager and the required parameters to handle the manager. currently it is able to remove and install : pacman (and derivates), apt (and derivates), yum and brew. Nothing is tested so be aware
Diffstat (limited to 'punani/tightnani/tightnani_db')
-rw-r--r--punani/tightnani/tightnani_db6
1 files changed, 5 insertions, 1 deletions
diff --git a/punani/tightnani/tightnani_db b/punani/tightnani/tightnani_db
index d15a9ad4..322e28f8 100644
--- a/punani/tightnani/tightnani_db
+++ b/punani/tightnani/tightnani_db
@@ -21,5 +21,9 @@
"python3" : {
"apt-get" : "python3",
"pacman" : "python"
- }
+ },
+ "tinc" : {
+ "apt-get" : "tinc",
+ "yaourt" : "tinc"
+ }
}