File: aptitude.prerm

package info (click to toggle)
aptitude 0.8.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 40,400 kB
  • sloc: cpp: 95,278; xml: 31,928; sh: 5,160; makefile: 923; perl: 108; cs: 70; lisp: 55; sed: 16
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
    update-alternatives --remove aptitude /usr/bin/aptitude-curses
fi

#DEBHELPER#