Changeset 2221
- Timestamp:
- 04/25/08 00:08:31 (2 weeks ago)
- Files:
-
- alternc-mailman/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-mailman/trunk/debian/postinst
r2216 r2221 39 39 PATCH_MARKER="/usr/share/alternc-mailman/patches/mailman-true-virtual.applied" 40 40 if [ -h $PATCH_MARKER ]; then 41 PATCH_VERSION=`readlink $PATCH_MARKER | sed -e s/^.*-//`41 PATCH_VERSION=`readlink $PATCH_MARKER | sed -e 's/^.*-//;s/\.patch//'` 42 42 echo "mailman patch detected, version $PATCH_VERSION" 43 43 if [ "$PATCH_VERSION" = "$MAILMAN_VERSION" ]; then
