summarylogtreecommitdiffstats
path: root/asteria.install
blob: 5b04c8cef25a6d9cf0d87d561fa7ad6972c88057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo "------------------------------------------------------"
    echo "Note from Asteria's author:"
    echo "Asteria is designed for the light Adwaita theme."
    echo "Users of dark system themes can force light mode with:"
    echo "QT_STYLE_OVERRIDE=adwaita Asteria"
    echo "------------------------------------------------------"
}

post_upgrade() {
    post_install
}