]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Added doinst.sh to packages with .desktop files
authorfsLeg <fsleg@t-rg.ws>
Sun, 14 Jul 2024 18:06:42 +0000 (21:06 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sun, 14 Jul 2024 18:06:42 +0000 (21:06 +0300)
gxkb/doinst.sh [new file with mode: 0644]
saflashplayer/doinst.sh [new file with mode: 0644]
yubikey-manager-qt/doinst.sh [new file with mode: 0644]
yubioath-desktop/doinst.sh [new file with mode: 0644]

diff --git a/gxkb/doinst.sh b/gxkb/doinst.sh
new file mode 100644 (file)
index 0000000..5fb2893
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/saflashplayer/doinst.sh b/saflashplayer/doinst.sh
new file mode 100644 (file)
index 0000000..5fb2893
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/yubikey-manager-qt/doinst.sh b/yubikey-manager-qt/doinst.sh
new file mode 100644 (file)
index 0000000..5fb2893
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/yubioath-desktop/doinst.sh b/yubioath-desktop/doinst.sh
new file mode 100644 (file)
index 0000000..5fb2893
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi