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