X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;h=20eacced13cf3727f6b33fe19d2a19421f1987c0;hb=a61a19a64ace5f42045f39abf5452f43642d4b98;hp=cbc8039392db6222bd372f500e752175096521a8;hpb=069abc5a4eb1d67806822d4a92d032fbb480f0fa;p=indicator-keyboard-led.git diff --git a/debian/postinst b/debian/postinst index cbc8039..20eacce 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,10 +4,6 @@ pkill indicator-keyboard-led.py || true # modify autostart .desktop file to include debconf results . /usr/share/debconf/confmodule args= -db_get indicator-keyboard-led/short -if [ "$RET" = "true" ]; then - args="$args --short" -fi db_get indicator-keyboard-led/order if [ -n "$RET" ]; then args="$args --order $RET"