mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:17:14 +08:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
post_install() {
|
|
cat << EOF
|
|
|
|
NOTE
|
|
----
|
|
|
|
We also ship the plugins, but most of these features can be accessed only
|
|
from the users home directory. Therefore, you want to copy everything from
|
|
/usr/share/blender/ to ~/.blender (some are hidden files!).
|
|
|
|
EOF
|
|
}
|