summarylogtreecommitdiffstats
path: root/libowfat.install
diff options
context:
space:
mode:
authorhenning mueller2015-07-05 19:51:12 +0200
committerhenning mueller2015-07-05 19:51:12 +0200
commitaeffae1a8f16dd7079ad7de5666048ae032069d4 (patch)
tree26800aaa4d8cbf88da608b00b33cda47e4f15161 /libowfat.install
downloadaur-aeffae1a8f16dd7079ad7de5666048ae032069d4.tar.gz
Initial import
Diffstat (limited to 'libowfat.install')
-rw-r--r--libowfat.install39
1 files changed, 39 insertions, 0 deletions
diff --git a/libowfat.install b/libowfat.install
new file mode 100644
index 000000000000..a08aef10cbca
--- /dev/null
+++ b/libowfat.install
@@ -0,0 +1,39 @@
+# This is a default template for a post-install scriptlet. You can
+# remove any functions you don't need (and this header).
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ echo "The manpage buffer(3) was moved to buffer-libowfat(3) because
+ it conflicts with package openssl"
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_upgrade() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ /bin/true
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+$op $*