summarylogtreecommitdiffstats
path: root/rofi-pass.install
blob: c77745b44a3508b98ba63a27bd58e95c37667654 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
post_install() {
echo '
Installed global config file as /etc/rofi-pass.conf
To make user modifications copy it to $HOME/.config/rofi-pass/config
'
}
#post_install