debian: remove references to gadjo theme (#31859)

This commit is contained in:
Frédéric Péters 2019-04-15 09:57:57 +02:00
parent 86e9f58cdb
commit ae6f8d0162
3 changed files with 0 additions and 11 deletions

View File

@ -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

1
debian/combo.links vendored
View File

@ -1 +0,0 @@
usr/share/publik/themes/gadjo usr/share/combo/themes/gadjo

View File

@ -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