1 Commits

Author SHA1 Message Date
Jay Larson
ef86e5391e Removed udevadm hwdb --update from usher 2018-10-20 09:13:43 -05:00
2 changed files with 1 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export REPO = core
BRIEF = Fork of udev BRIEF = Fork of udev
DESC = eudev is a fork of system-udev with the goal of obtaining better \ DESC = eudev is a fork of system-udev with the goal of obtaining better \
compatibility with existing software compatibility with existing software
SNAPVER = 2 SNAPVER = 3
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')

View File

@@ -11,8 +11,6 @@ case $1 in
/proc/1/root 2>/dev/null)" ]; then /proc/1/root 2>/dev/null)" ]; then
/etc/init.d/udevd restart /etc/init.d/udevd restart
fi fi
udevadm hwdb --update
;; ;;
prerm) prerm)
exit 0 exit 0