git » avahi.git » commit 52f9f24

Remove removed backup file

author Jan Alexander Steffens
2017-07-11 20:48:03 UTC
committer Jan Alexander Steffens
2017-07-11 20:48:03 UTC
parent 9e4b3b5bbc5edf6f8dcf200ea6c23d3142be8d06

Remove removed backup file

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index fce696c..f6a9c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc
             'python-dbus: avahi-discover')
 install=avahi.install
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
-        usr/lib/avahi/service-types.db usr/share/avahi/service-types)
+        usr/lib/avahi/service-types.db)
 _commit=6242e5f0fe001b7de2ccaa9431db279b2ee76b83  # tags/v0.7
 source=("git+https://github.com/lathiat/avahi#commit=$_commit"
         0001-avahi-python-Use-the-agnostic-DBM-interface.patch)