diff options
author | tnut <tnut at nutyx dot com> | 2011-03-30 20:57:01 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-30 20:57:01 +0200 |
commit | 6626eaa45676311cd6e4bae1369195f5f769036f (patch) | |
tree | 01352fb8210fdeb10556e2f84f3aa38a31627e02 /base/pkg-get | |
parent | 0cced605f386a2165f5881f97f28ed607774e106 (diff) | |
parent | 9f472509409b2c92223a4c74e293a8fa90420e09 (diff) | |
download | nutyx-extra-6626eaa45676311cd6e4bae1369195f5f769036f.tar.gz nutyx-extra-6626eaa45676311cd6e4bae1369195f5f769036f.tar.bz2 nutyx-extra-6626eaa45676311cd6e4bae1369195f5f769036f.tar.xz nutyx-extra-6626eaa45676311cd6e4bae1369195f5f769036f.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/pkg-get')
-rw-r--r-- | base/pkg-get/.footprint.i686 | 2 | ||||
-rw-r--r-- | base/pkg-get/pkg-get.conf | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/base/pkg-get/.footprint.i686 b/base/pkg-get/.footprint.i686 index 9dd0582f4..c40474feb 100644 --- a/base/pkg-get/.footprint.i686 +++ b/base/pkg-get/.footprint.i686 @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/pkg-get -> pkg-get.awk -rwxr-xr-x root/root usr/bin/pkg-get.awk --rwxr-xr-x root/root usr/bin/syn.awk +-rwxr-xr-x root/root usr/bin/syn drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/en/ diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf deleted file mode 100644 index 06c0e5944..000000000 --- a/base/pkg-get/pkg-get.conf +++ /dev/null @@ -1,11 +0,0 @@ -### -# /etc/pkg-get.conf -# -# pkg-get configuration file -# Dépot des paquets NuTyX -# Activez le dépot test pour profiter des mise à jour test -# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/pakxe/uname-m/test -pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/pakxe/uname-m/release -# runscripts: if "yes" pre-post install scripts are -# automatically executed. Handle with care. -runscripts yes |