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: ...@@ -88,6 +88,9 @@ cleanup:
for pkg in $(TEMPORARY_PACKAGES) ; do \ for pkg in $(TEMPORARY_PACKAGES) ; do \
pkgremove $$pkg ; \ pkgremove $$pkg ; \
done done
if [ -f slimdown ]; then \
cp slimdown /usr/share/packages/slimdown ; \
fi
rm -rf /kernelconfig rm -rf /kernelconfig
rm -rf /tmp/* rm -rf /tmp/*
/sbin/fstrim -v / /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