From ae6f8d016200aeed14aa7ae06293cfe2cad7f4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 15 Apr 2019 09:57:57 +0200 Subject: [PATCH] debian: remove references to gadjo theme (#31859) --- debian/combo.install | 1 - debian/combo.links | 1 - debian/combo.postinst | 9 --------- 3 files changed, 11 deletions(-) delete mode 100644 debian/combo.links diff --git a/debian/combo.install b/debian/combo.install index 7d1ad66e..b2dcf2d6 100644 --- a/debian/combo.install +++ b/debian/combo.install @@ -3,4 +3,3 @@ debian/combo-manage /usr/bin debian/settings.py /etc/combo debian/uwsgi.ini /etc/combo debian/debian_config.py /usr/lib/combo -usr/share/publik/themes diff --git a/debian/combo.links b/debian/combo.links deleted file mode 100644 index f394a47b..00000000 --- a/debian/combo.links +++ /dev/null @@ -1 +0,0 @@ -usr/share/publik/themes/gadjo usr/share/combo/themes/gadjo diff --git a/debian/combo.postinst b/debian/combo.postinst index 928b52af..cf90ec74 100644 --- a/debian/combo.postinst +++ b/debian/combo.postinst @@ -44,15 +44,6 @@ case "$1" in ;; esac -# migrate from gadjo theme in /usr/share/combo/themes to theme in -# /usr/share/publik/themes/; dpkg doesn't handle correctly changes from -# directories to symlinks. -if [ ! -L /usr/share/combo/themes/gadjo ] -then - rmdir /usr/share/combo/themes/gadjo - ln -s ../../publik/themes/gadjo /usr/share/combo/themes/gadjo -fi - #DEBHELPER# exit 0