pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg_delete libreoffice leaves /usr/pkg/libreoffice* directory



On Wed, Sep 09, 2015 at 07:33:18PM +0800, Paul Goyette wrote:
> Well, earlier today I actually used libreoffice.  And now I'm trying to
> remove it, but the /usr/pkg/libreoffice-5.0.1.2/ directory has not been
> correctly removed by pkg_delete.


> /usr/pkg/libreoffice-5.0.1.2/program:
> total 36
> -rw-r--r--  1 paul  wheel   5915 Sep  8 20:08 pythonloader.pyc
> -rw-r--r--  1 paul  wheel  15350 Sep  8 20:08 uno.pyc
> -rw-r--r--  1 paul  wheel  12533 Sep  8 20:08 unohelper.pyc

Interesting, why is paul allowed to write there?

The .pyc files are created by python as speed up when you access the
.py files, or when you explicitly compile them.
 Thomas


Home | Main Index | Thread Index | Old Index