8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
# vim: set ts=4 sw=4 sts=4 et :
|
|
|
|
rm -f $INSTALLDIR/var/cache/apt/archives/*
|
|
|
|
rm -rf buildchroot
|
|
|