mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Moved location of config, theme and doc files. Added debian dir for building a .deb easily.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1607 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3eca462859
commit
2ddba459c0
17 changed files with 246 additions and 9 deletions
8
debian/prerm
vendored
Normal file
8
debian/prerm
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
if [ "$1" != "upgrade" ]; then
|
||||
update-alternatives --remove irssi /usr/bin/irssi-text
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue