summarylogtreecommitdiffstats
path: root/nitrokey-app.install
diff options
context:
space:
mode:
authorMichael Straube2016-11-14 16:12:19 +0100
committerMichael Straube2016-11-14 16:12:19 +0100
commit6dfadf1b404936ace72d178417b9c2585a4329ab (patch)
treed5450eab53aec6284bc38e6395d0da88fd7c85a0 /nitrokey-app.install
parent3eb52773ddad287180fc3da58b3c816bca24658a (diff)
downloadaur-6dfadf1b404936ace72d178417b9c2585a4329ab.tar.gz
v0.5.1 (use release instead of git sources)
Diffstat (limited to 'nitrokey-app.install')
-rw-r--r--nitrokey-app.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/nitrokey-app.install b/nitrokey-app.install
index 1d8842bbd62b..2ca34623e0ba 100644
--- a/nitrokey-app.install
+++ b/nitrokey-app.install
@@ -1,8 +1,6 @@
post_install() {
/usr/bin/getent group nitrokey >/dev/null 2>&1 || usr/sbin/groupadd -r nitrokey &>/dev/null
udevadm control --reload
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
echo "Don't forget to add users to the nitrokey group."
}
@@ -11,8 +9,6 @@ post_upgrade() {
}
post_remove() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
if /usr/bin/getent group nitrokey >/dev/null 2>&1; then
/usr/sbin/groupdel nitrokey
fi