PKGBUILDs/aur/dfc/dfc.install
2013-01-12 11:33:22 +01:00

8 lines
207 B
Plaintext

post_install() {
echo 'Optional configuration file is located in /etc/xdg/dfc/'
echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.'
}
post_upgrade() {
post_install
}