updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / disc-cover / disc-cover.install
blob2f7a4d925fddf8f41afb94fd97661734121f5fb2
1 post_install() {
2   echo "You can use 'disc-cover -C ~/.disc-coverrc' to create a config file."
3   /bin/true
6 op=$1
7 shift
8 [ "$(type -t "$op")" = "function" ] && $op "$@"
10 # vim:set ts=2 sw=2 et: