From e91826c52adadc90dcb12c10df19a7cf60ca3ac4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 29 Dec 2019 13:06:46 +0000 Subject: Add notepad++ as notepadpp --- notepadpp/debian/notepadpp-bin32.prerm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notepadpp/debian/notepadpp-bin32.prerm (limited to 'notepadpp/debian/notepadpp-bin32.prerm') diff --git a/notepadpp/debian/notepadpp-bin32.prerm b/notepadpp/debian/notepadpp-bin32.prerm new file mode 100644 index 0000000..d915573 --- /dev/null +++ b/notepadpp/debian/notepadpp-bin32.prerm @@ -0,0 +1,7 @@ +#!/bin/sh -e +case "$1" in + remove|deconfigure) + update-alternatives --remove notepadpp /usr/bin/notepadpp32 + update-alternatives --remove x-editor /usr/bin/notepadpp32 + ;; +esac -- cgit