summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cinnamon-sound-effects.gschema.override29
-rw-r--r--cinnamon-sound-effects.install26
2 files changed, 0 insertions, 55 deletions
diff --git a/cinnamon-sound-effects.gschema.override b/cinnamon-sound-effects.gschema.override
deleted file mode 100644
index f32e8ab1d514..000000000000
--- a/cinnamon-sound-effects.gschema.override
+++ /dev/null
@@ -1,29 +0,0 @@
-[org.cinnamon.sounds]
-login-enabled=true
-login-file="/usr/share/mint-artwork-cinnamon/sounds/login.oga"
-logout-enabled=true
-logout-file="/usr/share/mint-artwork-cinnamon/sounds/logout.ogg"
-switch-enabled=true
-switch-file="/usr/share/mint-artwork-cinnamon/sounds/switch.oga"
-close-enabled=false
-close-file="/usr/share/mint-artwork-cinnamon/sounds/close.oga"
-map-enabled=false
-map-file="/usr/share/mint-artwork-cinnamon/sounds/map.oga"
-minimize-enabled=false
-minimize-file="/usr/share/mint-artwork-cinnamon/sounds/minimize.oga"
-maximize-enabled=false
-maximize-file="/usr/share/mint-artwork-cinnamon/sounds/maximize.oga"
-unmaximize-enabled=false
-unmaximize-file="/usr/share/mint-artwork-cinnamon/sounds/unmaximize.oga"
-tile-enabled=true
-tile-file="/usr/share/mint-artwork-cinnamon/sounds/tile.oga"
-plug-enabled=true
-plug-file="/usr/share/mint-artwork-cinnamon/sounds/plug.oga"
-unplug-enabled=true
-unplug-file="/usr/share/mint-artwork-cinnamon/sounds/unplug.oga"
-notification-enabled=false
-notification-file="/usr/share/mint-artwork-cinnamon/sounds/notification.oga"
-
-[org.cinnamon.desktop.sound]
-volume-sound-enabled=true
-volume-sound-file="/usr/share/mint-artwork-cinnamon/sounds/volume.oga"
diff --git a/cinnamon-sound-effects.install b/cinnamon-sound-effects.install
deleted file mode 100644
index cc23fc6c9869..000000000000
--- a/cinnamon-sound-effects.install
+++ /dev/null
@@ -1,26 +0,0 @@
-# Colored makepkg-like functions
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-yellow="${bold}$(tput setaf 3)"
-blue="${bold}$(tput setaf 4)"
-
-_update() {
- glib-compile-schemas '/usr/share/glib-2.0/schemas/'
-}
-
-post_install() {
- _update
- note 'If sounds do not work immediately consider restarting Cinnamon'
-}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- _update
-}