megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison media-libs/blackmagic-desktop-video/blackmagic-desktop-video-9.8.ebuild @ 80:aa6ec0489af0
media-libs/blackmagic-desktop-video: udevadm moved from /sbin to /bin
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 16 Nov 2014 16:10:18 +0100 |
parents | 33ab6d742b71 |
children |
comparison
equal
deleted
inserted
replaced
79:33ab6d742b71 | 80:aa6ec0489af0 |
---|---|
119 einfo "boot line. You can see current usage by running" | 119 einfo "boot line. You can see current usage by running" |
120 einfo "" | 120 einfo "" |
121 einfo " # grep VmallocUsed /proc/meminfo" | 121 einfo " # grep VmallocUsed /proc/meminfo" |
122 einfo "" | 122 einfo "" |
123 einfo "We are reloading udev rules now..." | 123 einfo "We are reloading udev rules now..." |
124 /sbin/udevadm control --reload-rules || einfo " ... failed, you may want to check this before rebooting!" | 124 /bin/udevadm control --reload-rules || einfo " ... failed, you may want to check this before rebooting!" |
125 } | 125 } |
126 | 126 |
127 pkg_postrm() { | 127 pkg_postrm() { |
128 # kernel module | 128 # kernel module |
129 linux-mod_pkg_postrm | 129 linux-mod_pkg_postrm |