~sinfallas/+junk/sinfallas-desktop

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Jesus Palencia
  • Date: 2023-12-03 17:13:40 UTC
  • Revision ID: sinfallas@gmail.com-20231203171340-wxb3ezu1rhr3o33a
* se elimina el script

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
case "$1" in
4
4
        configure)
5
5
                chmod 777 /usr/bin/mycustom
6
 
                chmod 777 /usr/bin/sinfallas-desktop
7
6
                chmod 777 /usr/bin/mywall
8
7
                echo "################################################################################################################"
9
 
                echo "Para finalizar la configuracion ejecute el comando: milanzador -d todo"
 
8
                echo "Para finalizar la configuracion ejecute el comando: milanzador -d dall"
10
9
                echo "################################################################################################################"
11
10
        ;;
12
11