mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Hinzugefügt:
* NCFTP - Ein CLI-FTP-Client. Geändert: * Versucht das XAMPP-Paket zu verkleinern. * ./make.sh sync erweitert. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@137 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
0
src/paks/ncftp/CONFFILES
Normal file
0
src/paks/ncftp/CONFFILES
Normal file
0
src/paks/ncftp/ROOTFILES
Normal file
0
src/paks/ncftp/ROOTFILES
Normal file
11
src/paks/ncftp/install.sh
Normal file
11
src/paks/ncftp/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Extract the files
|
||||
tar xfz files.tgz -C /
|
||||
cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2
|
||||
10
src/paks/ncftp/uninstall.sh
Normal file
10
src/paks/ncftp/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Delete the files
|
||||
## Befehl fehlt noch
|
||||
rm -f /opt/pakfire/installed/ROOTFILES.$2
|
||||
@@ -1 +1,4 @@
|
||||
opt/lampp
|
||||
#opt/lampp/man
|
||||
#opt/lampp/doc
|
||||
#opt/lampp/include
|
||||
|
||||
Reference in New Issue
Block a user