File: prerm

package info (click to toggle)
powershell 0.9-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 496 kB
  • ctags: 341
  • sloc: ansic: 3,159; sh: 180; makefile: 108
file content (13 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
# prerm script for powershell

set -e

update-alternatives --remove x-terminal-emulator /usr/bin/powershell

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0