The following changes were made:

* Moved config to new CONFIG directory
  * Removed mkinitramfs and update-rc from usher
This commit is contained in:
2018-07-30 19:47:17 -05:00
parent cae06ab9b9
commit cb7e2b8d21
3 changed files with 8 additions and 17 deletions

View File

@@ -7,17 +7,10 @@ case $1 in
exit 0
;;
postinst)
if [ ! -f /etc/udev/udev.conf ]; then
install -m 644 /usr/share/eudev/udev.conf /etc/udev/udev.conf
fi
if [ "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i \
/proc/1/root 2>/dev/null)" ]; then
/etc/init.d/udevd restart
fi
update-rc enable udevd
mkinitramfs all
;;
prerm)
exit 0