From d18cb12cc1904ce9c575b88bf2403ec70ce2c90e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 May 2015 15:41:54 +0200 Subject: Moving hooks to hooks/live, both in live-build sources and live-build configs. Really soon live-build will support building non-live images out-of-the-box. Therefore moving hooks into a live specific subdirectory. --- share/hooks/0170-remove-python-py.hook.chroot | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 share/hooks/0170-remove-python-py.hook.chroot (limited to 'share/hooks/0170-remove-python-py.hook.chroot') diff --git a/share/hooks/0170-remove-python-py.hook.chroot b/share/hooks/0170-remove-python-py.hook.chroot deleted file mode 100755 index ff705838f..000000000 --- a/share/hooks/0170-remove-python-py.hook.chroot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -# Remove Python *.py files. -# -# This removes byte-compiled Python modules to save some space. - -find /usr -name "*.pyc" -print0 | xargs -0r rm -f -- cgit v1.2.3