PKGBUILDs/aur/dfc/dfc.install

8 lines
207 B
Plaintext
Raw Normal View History

2013-01-12 10:33:22 +00:00
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
}