Submit
Path:
~
/
/
lib
/
tasksel
/
tests
/
File Content:
server
#!/bin/sh if ! [ "$NEW_INSTALL" ]; then exit 3 fi /usr/lib/tasksel/tests/desktop ret=$? case $ret in 0|2) # is desktop exit 3 # not server ;; *) exit 2 # likely is server ;; esac
Submit
FILE
FOLDER
Name
Size
Permission
Action
debconf
589 bytes
0755
default-desktop
901 bytes
0755
desktop
2397 bytes
0755
lang
494 bytes
0755
laptop
259 bytes
0755
new-install
607 bytes
0755
server
190 bytes
0755
N4ST4R_ID | Naxtarrr