summarylogtreecommitdiffstats
path: root/backup-conf.install
blob: b182348831c2ef81bb11a439d1222f6ad2ae9aca (plain)
1
2
3
4
5
6
7
8
9
10
post_upgrade() {
    echo "Example of configuration file installed on"
    echo "/usr/share/backup-conf/backup-conf.conf.example"
    echo 'copy to $XDG_CONFIG_HOME/backup-conf.conf or'
    echo "/etc/backup-conf.conf, and edit with you files/directories."
}

post_install() {
    post_upgrade
}