On Monday 02 of May 2022 21:42:56 Mike Bird wrote:
(Debian 11.3 Bullseye)
After upgrading TDE from R14.0.11 to R14.0.12 which includes the split off of libtqt3-mt-data from libtqt3-mt:
# dpkg -s libtqt3-mt | grep -1 obsolete Conffiles: /etc/tqt3/qtrc a2f596a1f2a44ffbecf7affd5bf87e5a obsolete /etc/tqt3/qt_plugins_3.3rc 833106ce7120575b244ff88be062ef60 obsolete Description: TQt GUI Library (Threaded runtime version), Version 3
Is it OK for me now to delete these two "obsolete" conf files?
--Mike ____________________________________________________
Hi Mike,
file /etc/tqt3/qtrc now belongs to the libtqt3-mt-data package:
$ dpkg -S /etc/tqt3/qtrc libtqt3-mt-data: /etc/tqt3/qtrc
File /etc/tqt3/tqt_plugins_3.5rc is generated automatically. After you remove it, a new one will be created - for example, when you start TDM.
Note: The reason for Split was the fact that libraries are now installed on multiarch paths and therefore it was undesirable for the package to contain files that are common to all architectures.
Cheers