summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@collabora.com>2018-07-24 16:21:43 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-08-14 11:26:44 +0200
commit40d34737ec06d2cfbe8787cd3304bcaf6ca9d184 (patch)
treeaf014bde29d3383df338ea278ee4e40a47495f46
parent0718ccb9a5dfc9bd698113aa6f9601ea6026241b (diff)
Remove post-install script
-rw-r--r--debian/patches/0001-Remove-post-install-scripts.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Remove-post-install-scripts.patch b/debian/patches/0001-Remove-post-install-scripts.patch
new file mode 100644
index 0000000..e933bbc
--- /dev/null
+++ b/debian/patches/0001-Remove-post-install-scripts.patch
@@ -0,0 +1,21 @@
+From: Maxime “pep” Buquet <pep@collabora.com>
+Date: Tue, 24 Jul 2018 16:20:56 +0100
+Subject: Remove post-install scripts
+
+---
+ meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 55a6785a..a6926aa6 100644
+--- a/meson.build
++++ b/meson.build
+@@ -12,5 +12,3 @@ subdir('Sparkles')
+ subdir('Sparkles/Git')
+ subdir('SparkleShare')
+
+-meson.add_install_script('scripts/post-install.sh')
+-
+--
+2.11.0
+
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..817db01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-post-install-scripts.patch