From 7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:53:27 +0900 Subject: Removed Ubuntu/raring folder --- ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst (limited to 'ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst') diff --git a/ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst b/ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst deleted file mode 100644 index 9e2c0df3e..000000000 --- a/ubuntu/raring/tdetoys/debian/kworldclock-trinity.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -# Link /usr/share/apps/kworldwatch to /usr/share/apps/kworldclock. -if [ "$1" = "configure" ]; then - if [ -d /usr/share/apps -a ! -e /usr/share/apps/kworldwatch -a -d /usr/share/apps/kworldclock ]; then - ln -sf kworldclock /usr/share/apps/kworldwatch - fi -fi - -#DEBHELPER# -exit 0 -- cgit v1.2.1