File: asterisk-core-sounds-fr.prerm

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

if [ "$1" = "remove" ]; then
    update-alternatives --remove asterisk-prompt-fr    /usr/share/asterisk/sounds/fr_CA_f_June
    update-alternatives --remove asterisk-prompt-fr-ca /usr/share/asterisk/sounds/fr_CA_f_June
fi

#DEBHELPER#