shell - rpm un-installs with warning unlink messages -


i have created spec file can install/upgrade/uninstall package .but , on uninstallation , uninstalls package warnings

warning:    erase unlink of /var/hudson/master/plugins/publish-over-cifs/help/global/username.html failed: no such file or directory warning:    erase unlink of /var/hudson/master/plugins/publish-over-cifs/help/global/timeout.html failed: no such file or directory warning:    erase unlink of /var/hudson/master/plugins/publish-over-cifs/help/global/remoterootdir.html failed: no such file or directory warning:    erase unlink of /var/hudson/master/plugins/publish-over-cifs/help/global/port.html failed: no such file or directory warning:    erase unlink of /var/hudson/master/plugins/publish-over-cifs/help/global/password.html failed: no such file or directory 

how can resolve error ? there way ignore such warning in spec file ?


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -