Commit 508a0862 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Copy in slimdown file if it is present

parent c50441d4
......@@ -88,6 +88,9 @@ cleanup:
for pkg in $(TEMPORARY_PACKAGES) ; do \
pkgremove $$pkg ; \
done
if [ -f slimdown ]; then \
cp slimdown /usr/share/packages/slimdown ; \
fi
rm -rf /kernelconfig
rm -rf /tmp/*
/sbin/fstrim -v /
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment