summarylogtreecommitdiffstats
path: root/wine-staging-vulkan-git.install
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-05 13:04:43 +0100
committerAdrià Cereto-Massagué2018-03-05 13:04:43 +0100
commit5b1f50fa0593edb80f84606e0e3c4d6db9ef6dc6 (patch)
treeb6c692b27eb4c732311c2348ec3a894d2a53f936 /wine-staging-vulkan-git.install
parent96cde2bedb567aefafb3429497dfb46d2a3656cd (diff)
downloadaur-5b1f50fa0593edb80f84606e0e3c4d6db9ef6dc6.tar.gz
rebase staging on wine-vulkan
Diffstat (limited to 'wine-staging-vulkan-git.install')
-rw-r--r--wine-staging-vulkan-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/wine-staging-vulkan-git.install b/wine-staging-vulkan-git.install
new file mode 100644
index 000000000000..88a31c4353e6
--- /dev/null
+++ b/wine-staging-vulkan-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf '%s\n' "Run 'systemctl restart systemd-binfmt' in order to make the wine binfmt available on your system."
+}
+
+post_remove() {
+ printf '%s\n' "binfmt binary formats will be updated at reboot"
+}