I deleted some directories in /usr/share in a accident, and now I even do not know which were deleted.
and now somethings in X do not work, such as hotkey.
I did a stupdi command " rm -/usr/share" and I interrupt the command in a second.
And what I concern is if to "emerge e system" or "emerge world" coz I think there are some applications were installed to /usr/share besides system files.
其实你可以写个脚本自己查查
思路:
foreach @all_packages_in_box {
list all the files in the package
test if each of the files still exists
if any of them disappears, print package name
}
Post by zhllg;1822326
其实你可以写个脚本自己查查
思路:
foreach @all_packages_in_box {
list all the files in the package
test if each of the files still exists
if any of them disappears, print package name
}