File: mew-beta-bin.prerm

package info (click to toggle)
mew-beta 7.0.50~6.8%2B0.20221129-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,408 kB
  • sloc: lisp: 37,375; ansic: 3,608; haskell: 569; sh: 443; makefile: 415; ruby: 310; perl: 61
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

if [ "$1" = remove ]; then
    update-alternatives --quiet --remove pinentry /usr/bin/mew-pinentry
fi

#DEBHELPER#
exit 0