diff options
Diffstat (limited to 'x11/kde4-runtime/files/pkg-install.in')
-rw-r--r-- | x11/kde4-runtime/files/pkg-install.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/kde4-runtime/files/pkg-install.in b/x11/kde4-runtime/files/pkg-install.in index fee72a16fe3c..87ea16dd348a 100644 --- a/x11/kde4-runtime/files/pkg-install.in +++ b/x11/kde4-runtime/files/pkg-install.in @@ -8,11 +8,6 @@ if [ "$2" != "POST-INSTALL" ]; then fi boguscreatenewentry=%%PREFIX%%/share/templates/.keep_me -kdmrcscript=%%PREFIX%%/etc/rc.d/genkdmconf.sh - -if [ -f $kdmrcscript ]; then - sh -c "$kdmrcscript" -fi if [ -f $boguscreatenewentry ]; then rm -f $boguscreatenewentry |