File: template.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-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/sh -e

if [ "$1" = "remove" ]; then
    update-alternatives --remove asterisk-prompt-@lang@    /usr/share/asterisk/sounds/@dirname@
    update-alternatives --remove asterisk-prompt-@lang_full@ /usr/share/asterisk/sounds/@dirname@
fi

#DEBHELPER#