summarylogtreecommitdiffstats
path: root/dracula-rofi-git.install
blob: ca9b831c180546565771ffb9d06c09b7a2479134 (plain)
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: