Skip to content

Commit 52afc9a

Browse files
authored
deb-packaging: sync old and new enable-animations keys (#440)
1 parent 42474a2 commit 52afc9a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

debian/postinst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)