From aa94cd3c574a442956f905b05988839e1d964575 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Dec 2013 14:35:58 -0600 Subject: Fix upgrade problems from 3.5.13.x to R14 --- debian/wheezy/applications/tdeio-umountwrapper/debian/preinst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/wheezy/applications/tdeio-umountwrapper/debian/preinst') diff --git a/debian/wheezy/applications/tdeio-umountwrapper/debian/preinst b/debian/wheezy/applications/tdeio-umountwrapper/debian/preinst index 589e2ed5c..a4d27d2cd 100644 --- a/debian/wheezy/applications/tdeio-umountwrapper/debian/preinst +++ b/debian/wheezy/applications/tdeio-umountwrapper/debian/preinst @@ -1,5 +1,5 @@ #! /bin/sh -# -*- Mode: Sh -*- +# -*- Mode: Sh -*- # Author: Frode M. Døving (C) 2007 # # This program is free software; you can redistribute it and/or modify @@ -24,10 +24,17 @@ package_name=tdeio-umountwrapper-trinity # make sure than the directories exist before running dpkg-divert mkdir -p /opt/trinity/share/apps/konqueror/servicemenus/ +mkdir -p /opt/trinity/share/apps/dolphin/servicemenus/ mkdir -p /opt/trinity/share/apps/d3lphin/servicemenus/ case "$1" in install) + # remove old diversions if present + dpkg-divert --package kio-umountwrapper-trinity --rename --remove /opt/trinity/share/apps/konqueror/servicemenus/media_safelyremove.desktop || true + dpkg-divert --package kio-umountwrapper-trinity --rename --remove /opt/trinity/share/apps/dolphin/servicemenus/media_safelyremove.desktop || true + dpkg-divert --package kio-umountwrapper-trinity --rename --remove /opt/trinity/share/apps/d3lphin/servicemenus/media_safelyremove.desktop || true + + # add new diversions dpkg-divert --package $package_name \ --divert /opt/trinity/share/apps/konqueror/servicemenus/media_safelyremove.desktop.distrib \ --rename /opt/trinity/share/apps/konqueror/servicemenus/media_safelyremove.desktop -- cgit v1.2.3