[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice-dictionaries] 01/01: remove postinst.in and postrm.in. They are actually unused



This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch master
in repository libreoffice-dictionaries.

commit c08decd460b161c9ad53bde817060d665705c647
Author: Mattia Rizzolo <mattia@mapreri.org>
Date:   Thu Sep 24 15:39:03 2015 +0000

    remove postinst.in and postrm.in.  They are actually unused
---
 debian/postinst.in | 13 -------------
 debian/postrm.in   | 13 -------------
 2 files changed, 26 deletions(-)

diff --git a/debian/postinst.in b/debian/postinst.in
deleted file mode 100644
index 7678009..0000000
--- a/debian/postinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-  if [ -x /usr/sbin/update-openoffice-dicts ]; then
-	update-openoffice-dicts
-  fi
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/postrm.in b/debian/postrm.in
deleted file mode 100644
index 383d525..0000000
--- a/debian/postrm.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
-  if [ -x /usr/sbin/update-openoffice-dicts ]; then
-	update-openoffice-dicts
-  fi
-fi
-
-#DEBHELPER#
-
-exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git


Reply to: