12 lines
95 B
Bash
Executable File
12 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
update-desktop-database -q
|
|
|
|
if [ "$1" = "triggered" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
|