File: prerm

package info (click to toggle)
unoconv 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 516 kB
  • sloc: python: 979; makefile: 147; sh: 8
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
	update-alternatives --quiet --remove odt2txt /usr/bin/odt2txt.unoconv
fi

#DEBHELPER#