leamas / lpf

lpf - Local Package Factory
MIT License
63 stars 6 forks source link

lpf package removal badly broken #11

Closed leamas closed 10 years ago

leamas commented 10 years ago

The %postun scriptlet in the example invokes lpf scan which plain wrong, there is nothing to scan. Furthermore, the script lpf-pkg-postun which should be used in the scriptlet does not remove /usr/share/lpf/packages/$pkg causing all sorts of errors.

leamas commented 10 years ago

With correct scriptlet the workaround is to 'sudo rm -rf /usr/share/lpf/packages/$pkg' after removing the lpf package.

leamas commented 10 years ago

Fixed in commite above