mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
2ddba459c0
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1607 dbcabf3a-b0e7-0310-adc4-f8d773084564
9 lines
118 B
Bash
9 lines
118 B
Bash
#!/bin/sh -e
|
|
|
|
#DEBHELPER#
|
|
|
|
if [ "$1" != "upgrade" ]; then
|
|
update-alternatives --remove irssi /usr/bin/irssi-text
|
|
fi
|
|
|