We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42474a2 commit 52afc9aCopy full SHA for 52afc9a
1 file changed
debian/postinst
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+set -e
4
5
+gsettings set org.gnome.desktop.interface enable-animations $(gsettings get io.elementary.desktop.wm.animations enable-animations) || true
6
7
+#DEBHELPER#
8
9
+exit 0
0 commit comments