[SCM] breeze packaging branch, master, updated. 309424992b27576ffd31a5a09018a72defebe1e4

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jul 1 12:19:16 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze.git;a=commitdiff;h=53cdd46

The following commit has been merged in the master branch:
commit 53cdd46df6223b01f88a2329968bcdfe6aec1814
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jul 1 09:54:24 2015 +0200

    Remove unused script
---
 debian/wrapperthemes.sh | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/debian/wrapperthemes.sh b/debian/wrapperthemes.sh
deleted file mode 100755
index 61c6d84..0000000
--- a/debian/wrapperthemes.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-ICONDIR=usr/share/icons
-WRAPPERDIR=etc/X11/cursors
-CURDIR=`pwd`
-
-theme=$1
-
-mkdir -p debian/tmp/${WRAPPERDIR}
-cd debian/tmp/${ICONDIR}
-grep -v Inherits ${CURDIR}/debian/tmp/${ICONDIR}/${theme}/index.theme > tmp || exit 1
-echo "Inherits=${theme}" >> tmp  || exit 1
-install -m 644 tmp ${CURDIR}/debian/tmp/${WRAPPERDIR}/${theme}.theme || exit 1
-rm tmp || exit 1
-exit 0

-- 
breeze packaging



More information about the pkg-kde-commits mailing list