Rm sync is a directory

Any idea why this happens?

$ pamac update -a
Checking keyring...                                                                                                                                                                                                                    ...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                                                                                                                                                         [1/2]
Updating the desktop file MIME type cache...                                                                                                                                                                                           [2/2]
rm: cannot remove '/var/tmp/pamac/dbs/sync': Is a directory
Transaction successfully finished.

might be a side effect of https://gitlab.manjaro.org/applications/libpamac/-/commit/1eeff6a7e10d8f6465fb64f90817aa5d5d6c7e62#e69aab4e7290d1db1a0ace794288732c0d9db908_1849_1853

yeah any fix?

Try to manually run:

$ sudo rm -rf /var/tmp/pamac/dbs/sync/
$ pamac update -a

I pushed out a new revision of libpamac. Should be available shortly in our unstable branch. It includes the following fixes: https://gitlab.manjaro.org/applications/libpamac/-/commit/ccbd00d7669a622f6bcaac2887f68e6e06e33743

Thank you seems to work now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.