mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
Hinzugefügt:
* mpg123 - Für Wartemusik im Asterisk * CUPS - Drucker-Daemon * Ghostscript - Braucht CUPS * GNUmp3d - MP3-Streamer * lame - Braucht GNUmp3d git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@110 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
0
src/paks/cups/CONFFILES
Normal file
0
src/paks/cups/CONFFILES
Normal file
0
src/paks/cups/ROOTFILES
Normal file
0
src/paks/cups/ROOTFILES
Normal file
11
src/paks/cups/install.sh
Normal file
11
src/paks/cups/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/cups/uninstall.sh
Normal file
10
src/paks/cups/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
|
||||
0
src/paks/ghostscript/CONFFILES
Normal file
0
src/paks/ghostscript/CONFFILES
Normal file
0
src/paks/ghostscript/ROOTFILES
Normal file
0
src/paks/ghostscript/ROOTFILES
Normal file
11
src/paks/ghostscript/install.sh
Normal file
11
src/paks/ghostscript/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/ghostscript/uninstall.sh
Normal file
10
src/paks/ghostscript/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
|
||||
0
src/paks/gnump3d/CONFFILES
Normal file
0
src/paks/gnump3d/CONFFILES
Normal file
0
src/paks/gnump3d/ROOTFILES
Normal file
0
src/paks/gnump3d/ROOTFILES
Normal file
11
src/paks/gnump3d/install.sh
Normal file
11
src/paks/gnump3d/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/gnump3d/uninstall.sh
Normal file
10
src/paks/gnump3d/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
|
||||
0
src/paks/lame/CONFFILES
Normal file
0
src/paks/lame/CONFFILES
Normal file
0
src/paks/lame/ROOTFILES
Normal file
0
src/paks/lame/ROOTFILES
Normal file
11
src/paks/lame/install.sh
Normal file
11
src/paks/lame/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/lame/uninstall.sh
Normal file
10
src/paks/lame/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
|
||||
0
src/paks/mpg123/CONFFILES
Normal file
0
src/paks/mpg123/CONFFILES
Normal file
0
src/paks/mpg123/ROOTFILES
Normal file
0
src/paks/mpg123/ROOTFILES
Normal file
11
src/paks/mpg123/install.sh
Normal file
11
src/paks/mpg123/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/mpg123/uninstall.sh
Normal file
10
src/paks/mpg123/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
|
||||
Reference in New Issue
Block a user