Quote:
Originally Posted by mtas
Hi Yokos, here you have an updated version of your earlier install/deinstall scripts. I've made some changes to the scripts themselves, the biggest changes are: - Renaming of the original ipdf file to ipdf.orig
- The new ipdf version is not copied to /usr/bin. Instead a symlink is used.
The use of .orig instead of .o is to avoid mistaking it for an object file and the reason for use of mv and symlinks are to minimise writes and space usage on the file system.
|
I doubt this is a good idea. What happens when the new ipdf is on removable media and that is removed? You will have no viewer then.