9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
#!/bin/bash
|
||
|
post_install() {
|
||
|
echo '
|
||
|
Global config file is installed in /etc/rofi-pass.conf
|
||
|
To make user modifications copy it to $HOME/.config/rofi-pass/config
|
||
|
'
|
||
|
}
|
||
|
#post_install
|