From ef86e5391e3ac2c479fb04d5ca93b54a5ec346cb Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 20 Oct 2018 09:13:43 -0500 Subject: [PATCH] Removed udevadm hwdb --update from usher --- Makefile | 2 +- SNAP/usher | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b0f1f48..3f1452b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export REPO = core BRIEF = Fork of udev DESC = eudev is a fork of system-udev with the goal of obtaining better \ compatibility with existing software -SNAPVER = 2 +SNAPVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/SNAP/usher b/SNAP/usher index 5c97f1d..34f9877 100755 --- a/SNAP/usher +++ b/SNAP/usher @@ -11,8 +11,6 @@ case $1 in /proc/1/root 2>/dev/null)" ]; then /etc/init.d/udevd restart fi - - udevadm hwdb --update ;; prerm) exit 0