Eine Reihe an Paketen gemacht: ethereal, nmap, rsync, sox, mailx

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@737 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-05 18:11:26 +00:00
parent 8a1786c188
commit a7ec54078a
22 changed files with 221 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files

View File

View File

View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files

View File

0
src/paks/mailx/update.sh Normal file
View File

4
src/paks/nmap/install.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files

View File

0
src/paks/nmap/update.sh Normal file
View File

View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files

View File

0
src/paks/rsync/update.sh Normal file
View File

4
src/paks/sox/install.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files

View File

0
src/paks/sox/update.sh Normal file
View File