mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
Hinzugefügt:
* Sane - Scanning * LibJPEG Geändert: * pwlib * xinetd git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@105 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
0
src/paks/libjpeg/CONFFILES
Normal file
0
src/paks/libjpeg/CONFFILES
Normal file
19
src/paks/libjpeg/ROOTFILES
Normal file
19
src/paks/libjpeg/ROOTFILES
Normal file
@@ -0,0 +1,19 @@
|
||||
usr/bin/cjpeg
|
||||
usr/bin/djpeg
|
||||
usr/bin/jpegtran
|
||||
usr/bin/rdjpgcom
|
||||
usr/bin/wrjpgcom
|
||||
#usr/include/jconfig.h
|
||||
#usr/include/jerror.h
|
||||
#usr/include/jmorecfg.h
|
||||
#usr/include/jpeglib.h
|
||||
usr/lib/libjpeg.a
|
||||
usr/lib/libjpeg.la
|
||||
usr/lib/libjpeg.so
|
||||
usr/lib/libjpeg.so.62
|
||||
usr/lib/libjpeg.so.62.0.0
|
||||
#usr/share/man/man1/cjpeg.1
|
||||
#usr/share/man/man1/djpeg.1
|
||||
#usr/share/man/man1/jpegtran.1
|
||||
#usr/share/man/man1/rdjpgcom.1
|
||||
#usr/share/man/man1/wrjpgcom.1
|
||||
11
src/paks/libjpeg/install.sh
Normal file
11
src/paks/libjpeg/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/libjpeg/uninstall.sh
Normal file
10
src/paks/libjpeg/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/sane/CONFFILES
Normal file
0
src/paks/sane/CONFFILES
Normal file
0
src/paks/sane/ROOTFILES
Normal file
0
src/paks/sane/ROOTFILES
Normal file
11
src/paks/sane/install.sh
Normal file
11
src/paks/sane/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/sane/uninstall.sh
Normal file
10
src/paks/sane/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