diff options
-rwxr-xr-x | scripts/build/binary_hooks | 2 | ||||
-rwxr-xr-x | scripts/build/chroot_hooks | 2 | ||||
-rwxr-xr-x | share/hooks/0010-update-apt-file-cache.chroot (renamed from share/hooks/001-update-apt-file-cache.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0020-update-apt-xapian-index.chroot (renamed from share/hooks/002-update-apt-xapian-index.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0030-update-mlocate-database.chroot (renamed from share/hooks/003-update-mlocate-database.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0040-remove-dbus-machine-id.chroot (renamed from share/hooks/004-remove-dbus-machine-id.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0050-remove-gnome-icon-cache.chroot (renamed from share/hooks/005-remove-gnome-icon-cache.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0060-remove-openssh-server-host-keys.chroot (renamed from share/hooks/006-remove-openssh-server-host-keys.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0070-remove-python-py.chroot (renamed from share/hooks/007-remove-python-py.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0080-remove-udev-persistent-rules.chroot (renamed from share/hooks/008-remove-udev-persistent-rules.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0090-remove-apt-sources-lists.chroot (renamed from share/hooks/009-remove-apt-sources-lists.chroot) | 0 | ||||
-rwxr-xr-x | share/hooks/0100-remove-linux-image-backups.chroot (renamed from share/hooks/010-remove-linux-image-backups.chroot) | 0 |
12 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_hooks b/scripts/build/binary_hooks index ef47d65dd..8015e7b3d 100755 --- a/scripts/build/binary_hooks +++ b/scripts/build/binary_hooks @@ -45,7 +45,7 @@ for _HOOK in ${LB_BINARY_HOOKS} do for LOCATION in "${LIVE_BUILD}/hooks" /usr/share/live/build/hooks do - for FILE in "${LOCATION}"/???-"${_HOOK}".binary + for FILE in "${LOCATION}"/????-"${_HOOK}".binary do if [ -e "${FILE}" ] then diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index b81e3cb24..7f11c9682 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -54,7 +54,7 @@ for _HOOK in ${LB_CHROOT_HOOKS} do for LOCATION in "${LIVE_BUILD}/hooks" /usr/share/live/build/hooks do - for FILE in "${LOCATION}"/???-"${_HOOK}".chroot + for FILE in "${LOCATION}"/????-"${_HOOK}".chroot do if [ -e "${FILE}" ] then diff --git a/share/hooks/001-update-apt-file-cache.chroot b/share/hooks/0010-update-apt-file-cache.chroot index 60a00b39c..60a00b39c 100755 --- a/share/hooks/001-update-apt-file-cache.chroot +++ b/share/hooks/0010-update-apt-file-cache.chroot diff --git a/share/hooks/002-update-apt-xapian-index.chroot b/share/hooks/0020-update-apt-xapian-index.chroot index dcb39b261..dcb39b261 100755 --- a/share/hooks/002-update-apt-xapian-index.chroot +++ b/share/hooks/0020-update-apt-xapian-index.chroot diff --git a/share/hooks/003-update-mlocate-database.chroot b/share/hooks/0030-update-mlocate-database.chroot index 6bfdb3d4f..6bfdb3d4f 100755 --- a/share/hooks/003-update-mlocate-database.chroot +++ b/share/hooks/0030-update-mlocate-database.chroot diff --git a/share/hooks/004-remove-dbus-machine-id.chroot b/share/hooks/0040-remove-dbus-machine-id.chroot index 230099e46..230099e46 100755 --- a/share/hooks/004-remove-dbus-machine-id.chroot +++ b/share/hooks/0040-remove-dbus-machine-id.chroot diff --git a/share/hooks/005-remove-gnome-icon-cache.chroot b/share/hooks/0050-remove-gnome-icon-cache.chroot index f562fd939..f562fd939 100755 --- a/share/hooks/005-remove-gnome-icon-cache.chroot +++ b/share/hooks/0050-remove-gnome-icon-cache.chroot diff --git a/share/hooks/006-remove-openssh-server-host-keys.chroot b/share/hooks/0060-remove-openssh-server-host-keys.chroot index 862704981..862704981 100755 --- a/share/hooks/006-remove-openssh-server-host-keys.chroot +++ b/share/hooks/0060-remove-openssh-server-host-keys.chroot diff --git a/share/hooks/007-remove-python-py.chroot b/share/hooks/0070-remove-python-py.chroot index ff705838f..ff705838f 100755 --- a/share/hooks/007-remove-python-py.chroot +++ b/share/hooks/0070-remove-python-py.chroot diff --git a/share/hooks/008-remove-udev-persistent-rules.chroot b/share/hooks/0080-remove-udev-persistent-rules.chroot index 148ba30d1..148ba30d1 100755 --- a/share/hooks/008-remove-udev-persistent-rules.chroot +++ b/share/hooks/0080-remove-udev-persistent-rules.chroot diff --git a/share/hooks/009-remove-apt-sources-lists.chroot b/share/hooks/0090-remove-apt-sources-lists.chroot index 074b551a1..074b551a1 100755 --- a/share/hooks/009-remove-apt-sources-lists.chroot +++ b/share/hooks/0090-remove-apt-sources-lists.chroot diff --git a/share/hooks/010-remove-linux-image-backups.chroot b/share/hooks/0100-remove-linux-image-backups.chroot index 1302d6c93..1302d6c93 100755 --- a/share/hooks/010-remove-linux-image-backups.chroot +++ b/share/hooks/0100-remove-linux-image-backups.chroot |