summaryrefslogtreecommitdiff
path: root/pcr/parabola-proaudio-settings/parabola-proaudio-settings.install
blob: 08b2513bc1647ec86d1c26db04b65318ed977cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# arg 1:  the new package version
post_install() {
  cat << EOF

==>   To enable the proaudio-settings
==>         #systemctl enable parabola-proaudio-settings.service

EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  cat << EOF

==>   To enable the proaudio-settings
==>         #systemctl enable parabola-proaudio-settings.service


EOF
}

op=$1
shift
$op $*