1 2 3 4 5 6 7 8 9
post_install() { echo -e "\nTo preview and apply themes use: rofi-theme-selector\n" } post_upgrade() { post_install } # vim: ts=4 sw=4 et: