diff options
author | Ralph Amissah <ralph@amissah.com> | 2009-01-18 12:47:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2009-01-18 13:51:36 -0500 |
commit | 43ba4c40960738a8dd78ee30a034df6b5bdbd6aa (patch) | |
tree | e0ac458c79f6f452a7fe63bdefabe67f37b82082 /debian/sisu.postrm | |
parent | Merge branch 'upstream' into debian/sid (diff) | |
parent | copyright presentation changed, remains substantively the same; minor sisu ve... (diff) |
sisu-0.70.5, merge branch upstream into debian/sid; debian/ new year cleaningdebian/0.70.5-1
* debian/control:
add depends for fcgi-ruby in sisu-postgresql and sisu-sqlite;
package description;
git repo move noted
* debian/rules: clean/tidy
* debian/copyright: use machine parseable format
* removed sisu.postrm, forced removal on purge /etc/sisu draconian if it
contains admin edits
* minor sorting
* debian/changelog for 0.70.5
Diffstat (limited to 'debian/sisu.postrm')
-rw-r--r-- | debian/sisu.postrm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/sisu.postrm b/debian/sisu.postrm deleted file mode 100644 index 97906436..00000000 --- a/debian/sisu.postrm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -e -if [ "$1" = purge ] ; then - rm -rf /etc/sisu -fi -#DEBHELPER# |