File: asterisk-core-sounds-ru.prerm

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 (8 lines) | stat: -rw-r--r-- 262 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-ru    /usr/share/asterisk/sounds/ru_RU_f_IvrvoiceRU
    update-alternatives --remove asterisk-prompt-ru-ru /usr/share/asterisk/sounds/ru_RU_f_IvrvoiceRU
fi

#DEBHELPER#