Description of problem: simple-scan creates directory /usr/@DATADIRNAME@/locale/ and installs a lot of files (looks like simple-scan localization files) to its subdirs. Removing simple-scans deletes all the files, but remains /usr/@DATADIRNAME@/locale/ and many empty directories under it. Version-Release number of selected component (if applicable): Fedora 21 x86_64 simple-scan-3.14.3-1.fc21.x86_64.rpm How reproducible: Always. Steps to Reproduce: # dnf install simple-scan OR yum install simple-scan OR rpm -i simple-scan-3.14.3-1.fc21.x86_64.rpm $ rpm -ql simple-scan | grep locale OR $ rpm -ql -p simple-scan-3.14.3-1.fc21.x86_64.rpm | grep locale rpm -ql -p Actual results: /usr/@DATADIRNAME@/locale/af/LC_MESSAGES/simple-scan.mo /usr/@DATADIRNAME@/locale/ar/LC_MESSAGES/simple-scan.mo /usr/@DATADIRNAME@/locale/ast/LC_MESSAGES/simple-scan.mo /usr/@DATADIRNAME@/locale/az/LC_MESSAGES/simple-scan.mo /usr/@DATADIRNAME@/locale/bg/LC_MESSAGES/simple-scan.mo ...a lot more files... Expected results: /usr/share/locale/af/LC_MESSAGES/simple-scan.mo /usr/share/locale/ar/LC_MESSAGES/simple-scan.mo /usr/share/locale/ast/LC_MESSAGES/simple-scan.mo /usr/share/locale/az/LC_MESSAGES/simple-scan.mo /usr/share/locale/bg/LC_MESSAGES/simple-scan.mo ...a lot more files...
Thanks for the report. This bug was alrady reported, and there was a new upstream release to fix the problem, currently in updates-testing. *** This bug has been marked as a duplicate of bug 1221448 ***