summarylogtreecommitdiffstats
path: root/xpra-winswitch.install
diff options
context:
space:
mode:
authorbug2017-02-14 22:35:16 +0200
committerbug2017-02-14 22:35:16 +0200
commit7c49c70dd91522181ae1baa8f6c28faeceb05ee4 (patch)
tree7a7e9472586c91d19b5fa30d2b19f4e3427fd67e /xpra-winswitch.install
parente534a5f0a486d7647e68923b1fe646b8bce7790d (diff)
downloadaur-7c49c70dd91522181ae1baa8f6c28faeceb05ee4.tar.gz
Update to 1.0.3
Diffstat (limited to 'xpra-winswitch.install')
-rw-r--r--xpra-winswitch.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/xpra-winswitch.install b/xpra-winswitch.install
deleted file mode 100644
index 879fe6a5a9be..000000000000
--- a/xpra-winswitch.install
+++ /dev/null
@@ -1,13 +0,0 @@
-## arg 1: the new package version
-post_install() {
- systemd-sysusers xpra.conf
- systemd-tmpfiles --create xpra.conf
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: