Initial import
This commit is contained in:
4
base/rootfs/usr/bin/apt-cleanup
Executable file
4
base/rootfs/usr/bin/apt-cleanup
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /*.deb
|
||||
rm -rf /var/lib/apt/lists/
|
||||
8
base/rootfs/usr/bin/apt-dpkg-wrap
Executable file
8
base/rootfs/usr/bin/apt-dpkg-wrap
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
export LC_ALL=C
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
bin=$1
|
||||
shift
|
||||
exec "$bin" "$@"
|
||||
Reference in New Issue
Block a user