[Pkg-xfce-commits] r10205 - in /desktop/trunk/thunar/debian: thunar.postrm thunar.preinst
Yves-Alexis Perez
corsac at moszumanska.debian.org
Mon Nov 27 11:59:31 UTC 2017
Author: corsac
Date: Mon Nov 27 11:59:31 2017
New Revision: 10205
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10205
Log:
add missing scripts for thunar binary package
Added:
desktop/trunk/thunar/debian/thunar.postrm
desktop/trunk/thunar/debian/thunar.preinst
Added: desktop/trunk/thunar/debian/thunar.postrm
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/thunar.postrm?rev=10205&op=file
==============================================================================
--- desktop/trunk/thunar/debian/thunar.postrm (added)
+++ desktop/trunk/thunar/debian/thunar.postrm Mon Nov 27 11:59:31 2017
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+ dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/doc/thunar thunar-data \
+ 1.6.13-1 thunarx \
+ -- "$@"
+fi
+
+#DEBHELPER#
Added: desktop/trunk/thunar/debian/thunar.preinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/thunar.preinst?rev=10205&op=file
==============================================================================
--- desktop/trunk/thunar/debian/thunar.preinst (added)
+++ desktop/trunk/thunar/debian/thunar.preinst Mon Nov 27 11:59:31 2017
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+ dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/doc/thunar thunar-data \
+ 1.6.13-1 thunarx \
+ -- "$@"
+fi
+
+#DEBHELPER#
More information about the Pkg-xfce-commits
mailing list