summaryrefslogtreecommitdiff
path: root/package/firefox/files/firefox.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'package/firefox/files/firefox.postinst')
-rw-r--r--package/firefox/files/firefox.postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/firefox/files/firefox.postinst b/package/firefox/files/firefox.postinst
deleted file mode 100644
index a9be54701..000000000
--- a/package/firefox/files/firefox.postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf firefox NO
-gid=$(get_next_gid)
-add_group firefox $gid
-add_user firefox $(get_next_uid) $gid /data/firefox /bin/sh