updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / mpdscribble-git / mpdscribble.install
blob3ce5de04f69ad15bb853e78f59b109d7049c7dcf
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   echo "An example config is provided in /etc/mpdscribble.conf.example"
12   echo
13   echo "For system-wide config copy this file to /etc/mpdscribble.conf"
14   echo "For per-user config copy this file to ~/.mpdscribble/mpdscribble.conf"
17 # arg 1:  the new package version
18 # arg 2:  the old package version
19 pre_upgrade() {
20   /bin/true
23 # arg 1:  the new package version
24 # arg 2:  the old package version
25 post_upgrade() {
26   /bin/true
29 # arg 1:  the old package version
30 pre_remove() {
31   /bin/true
34 # arg 1:  the old package version
35 post_remove() {
36   /bin/true
39 op=$1
40 shift
41 $op $*