aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/setup.d/99_cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/setup.d/99_cleanup')
-rw-r--r--INSTALL/setup.d/99_cleanup18
1 files changed, 0 insertions, 18 deletions
diff --git a/INSTALL/setup.d/99_cleanup b/INSTALL/setup.d/99_cleanup
deleted file mode 100644
index 3cea352..0000000
--- a/INSTALL/setup.d/99_cleanup
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-apt-get autoremove -y
-
-# remove big useless files
-rm -rf /usr/lib/x86_64-linux-gnu/dri/*.so
-rm -rf /usr/lib/perl/5.*/auto/Encode/JP/JP.so
-rm -rf /usr/lib/perl/5.*/auto/Encode/KR/KR.so
-rm -rf /usr/lib/perl/5.*/auto/Encode/CN/CN.so
-rm -rf /usr/lib/perl/5.*/auto/Encode/TW/TW.so
-
-# keep doc ?
-#rm -rf /usr/share/doc
-#rm -rf /usr/share/man
-#rm -rf /usr/share/locale
-
-
-