Move udev transfiletriggers to the right package

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-18 14:43:39 +01:00
parent 176a1807d2
commit b5fa4adf3f
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ if posix.access("/run/systemd/system") then
end
end
%transfiletriggerin -p <lua> -- /usr/lib/udev/hwdb.d
%transfiletriggerin udev -p <lua> -- /usr/lib/udev/hwdb.d
-- This script will automatically invoke hwdb update if files have been
-- installed or updated in /usr/lib/udev/hwdb.d.
if posix.access("/run/systemd/system") then
@ -121,7 +121,7 @@ if posix.access("/run/systemd/system") then
end
end
%transfiletriggerin -p <lua> -- /usr/lib/udev/rules.d
%transfiletriggerin udev -p <lua> -- /usr/lib/udev/rules.d
-- This script will automatically update udev with new rules if files
-- have been installed or updated in /usr/lib/udev/rules.d.
if posix.access("/run/systemd/system") then