summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-09-03 13:44:18 +0100
committerRichard Hughes <richard@hughsie.com>2014-09-03 13:44:22 +0100
commit5aeedb340209a4eb94f5dd359ee3c8e5ea0e14e8 (patch)
tree0cf8c1a6a68d4bdde0b3ab61d2059aee46bcda82 /etc
parent5d70e486608c0418912374285476c842e27f7af9 (diff)
Remove the /etc/PackageKit/events/pre-transaction.d functionality
It's not actally used by anything, and anything sane we should probably do internally in a plugin for all distros and users.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am6
-rw-r--r--etc/README11
2 files changed, 0 insertions, 17 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 994b729fd..e00169422 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,12 +1,6 @@
confdir = $(sysconfdir)/PackageKit
conf_DATA = PackageKit.conf Vendor.conf
-eventspostransdir = $(sysconfdir)/PackageKit/events/post-transaction.d
-eventspostrans_DATA = README
-
-eventspretransdir = $(sysconfdir)/PackageKit/events/pre-transaction.d
-eventspretrans_DATA = README
-
EXTRA_DIST = \
$(conf_DATA) \
$(eventspostrans_DATA)
diff --git a/etc/README b/etc/README
deleted file mode 100644
index 6a7aa4d2e..000000000
--- a/etc/README
+++ /dev/null
@@ -1,11 +0,0 @@
-README
-
-Executable scripts can be installed in this directory and will be run
-before or after each transaction. The transaction type will be the first
-parameter to the script, e.g. "search-name" or "refresh-cache".
-
-*** THESE SCRIPTS ARE RUN AS ROOT AND ARE SECURITY SENSITIVE ***
-
-Be sure to ensure that files here have the correct permissions
-(owned by root, and not writable by users), or they will not be run by
-the daemon.