mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
post_install() {
|
|
echo " > ATTENTION:"
|
|
echo " > nepomuk has been deprecated as of KDE 4.13"
|
|
echo " > Run nepomukbaloomigrator to migrate your old metadata to baloo"
|
|
echo " > Note that there is no continous synchronization between nepomuk and baloo"
|
|
echo " > See http://community.kde.org/Baloo for more details"
|
|
}
|