diff options
author | Monsta <[email protected]> | 2016-01-02 23:54:34 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 23:54:34 +0300 |
commit | 62a139514ebaf09ce5d523ec88829dc30cee932c (patch) | |
tree | 9ec6d7733c914fc9b1b99f3a0d915d9f396fa7b4 | |
parent | d80ac825a8815317e06d206c2199bedfe0474f85 (diff) | |
download | mate-notification-daemon-62a139514ebaf09ce5d523ec88829dc30cee932c.tar.bz2 mate-notification-daemon-62a139514ebaf09ce5d523ec88829dc30cee932c.tar.xz |
drop MateConf migration script
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/mate-notification-daemon.convert | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index a972ef1..6c70b9d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -21,12 +21,8 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ -convertdir = $(datadir)/MateConf/gsettings -convert_DATA = mate-notification-daemon.convert - EXTRA_DIST = \ $(gsettingsschema_in_files) \ - $(convert_DATA) \ $(service_DATA) \ $(icon16_DATA) \ $(icon22_DATA) \ diff --git a/data/mate-notification-daemon.convert b/data/mate-notification-daemon.convert deleted file mode 100644 index 9d0eb3a..0000000 --- a/data/mate-notification-daemon.convert +++ /dev/null @@ -1,4 +0,0 @@ -[org.mate.NotificationDaemon] -popup-location = /apps/mate-notification-daemon/popup_location -theme = /apps/mate-notification-daemon/theme -sound-enabled = /apps/mate-notification-daemon/sound_enabled |