summaryrefslogtreecommitdiff
path: root/pcr/light-locker-consolekit/light-locker.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-15 12:26:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-15 12:26:13 -0500
commitae0d038ea9b267c97bcbb733ee0e443073ad0c6d (patch)
treee8225797063e5aa3ca81485d0abf2c4ae0423504 /pcr/light-locker-consolekit/light-locker.install
parente4ac43caace3670051cce0bbf926812a27cc5fb3 (diff)
downloadabslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.tar.gz
abslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.tar.bz2
abslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.zip
remove ck; elogind default
Diffstat (limited to 'pcr/light-locker-consolekit/light-locker.install')
-rw-r--r--pcr/light-locker-consolekit/light-locker.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/light-locker-consolekit/light-locker.install b/pcr/light-locker-consolekit/light-locker.install
deleted file mode 100644
index 43fe00f8d..000000000
--- a/pcr/light-locker-consolekit/light-locker.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: