File: asterisk-core-sounds-en-gsm.preinst

package info (click to toggle)
asterisk-core-sounds 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 216,412 kB
  • sloc: perl: 163; sh: 144; makefile: 54
file content (9 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#! /bin/sh -e

# The alternatives are now handled by asterisk-core-sounds-en
if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" le 1.4.21-1; then
    update-alternatives --remove asterisk-prompt-en    /usr/share/asterisk/sounds/en_US_f_Allison
    update-alternatives --remove asterisk-prompt-en-us /usr/share/asterisk/sounds/en_US_f_Allison
fi

#DEBHELPER#