summarylogtreecommitdiffstats
path: root/xpra-winswitch.install
blob: 879fe6a5a9bece8b49f5644f8adb2afd9cda9e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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: